简体   繁体   English

HTTPS产生后端问题

[英]HTTPS generates back-end issues

One of my old website is running TYPO3 v4.5. 我的一个旧网站正在运行TYPO3 v4.5。 I bought a SSL certificate and my sys admin installed it on the server. 我购买了SSL证书,并且系统管理员将其安装在服务器上。

  • the front-end is running well on https 前端在https上运行良好
  • tha back-end login form runs weird : one time my login/password are ok, but sometimes it doesn't allow me to enter the back-end. 后端登录表单运行很奇怪:一次我的登录名/密码还可以,但是有时它不允许我进入后端。

在此处输入图片说明

It is totally random and in Firebug, I have no clue in the console or in the network tab to help me. 这完全是随机的,在Firebug中,我在控制台或“网络”选项卡上没有任何帮助的线索。 Same behavior for Chrome, FF or IE. Chrome,FF或IE的行为相同。

I tried a lot of parameters : 我尝试了很多参数:

  • [BE]LockSSL = 1 [BE] LockSSL = 1
  • [SYS][reverseProxyIP] with " . . . " [SYS] [reverseProxyIP]用“”。
  • [SYS][reverseProxySSL] with " * " [SYS] [reverseProxySSL]中带有“ *”
  • [SYS][cookieSecure] = 1 [SYS] [cookieSecure] = 1

I event tried a lot of different combinations, with no success. 我尝试了许多不同的组合,但均未成功。 Please notice that I also get a TYPO3 6.2 website and those parameters work perfectly on it . 请注意,我还获得了TYPO3 6.2网站,这些参数在其上均可正常运行 I guess that I am missing somthing for v4.5 ? 我猜我缺少v4.5的东西吗?

检查BE cookieDomain配置!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用SSL HTTPS在Amazon EC2 AWS中保护Nginx前端和Puma后端 - How to secure with SSL HTTPS a Nginx front-end and Puma back-end in Amazon EC2 AWS NGINX Ingress 控制器后端协议注释如何在基于路径的路由中工作? - How NGINX Ingress controller back-end protocol annotation works in path based routing? 使用诸如Parse.com之类的安全后端即服务(BaaS)是避开SSL网站的借口吗? - Is using a secure Back-end as a Service (BaaS) such as Parse.com an excuse to avoid an SSL website? ESB与不安全的后端服务之间的相互SSL,“空证书链” - Mutual SSL between ESB and unsecured back-end services , “Null cert chain” 如何使移动/ Web客户端与后端之间的通信完全受信任? - How can I make a communication exclusively trusted between mobile/web clients and back-end? AWS 负载均衡器:503(服务不可用:后端服务器已满) - AWS Load Balancer: 503 (Service Unavailable: Back-end server is at capacity) HTTPS证书问题 - HTTPS Certificate issues Yii模块的Https问题 - Https Issues With Yii Module 检测https消息的结尾 - Detecting the end of an https message WCF在HTTPS上生成“提供的URI方案'https'无效; 预计'http'。“ - WCF On HTTPS Generates “The provided URI scheme 'https' is invalid; expected 'http'.”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM