[TYPO3-english] Website behind reverse proxy with https...

Norbert Brinkhof norbert.brinkhof at ec.europa.eu
Wed May 10 10:39:42 CEST 2017


Hi,

Currently we are having problems with a website that is behind a reverse proxy and using https. 

The url https: //websitename (as defined in the virtual host file) brings us to the first page. However the
login (FElogin) on that page does not work (failed login). 
The source of the first page contains some automatically included javascript that defines a variable 
called: TYPO3RsaEncryptionPublicKeyUrl. Its value (controller that generates the public key for the rsa authentication)
refers to the above mentioned websitename but in http.
In our case, this means that it goes through the reverse proxy, which does not recognize this url as it expects
the url to be in https. 

It is my guess that the login process does not work because of this.

My question is: what should I do to get the reference to the RsaPublicKeyGenerationController in https: instead of http?

<script type="text/javascript">
/*<![CDATA[*/
/*TYPO3RsaEncryptionPublicKeyUrl*/
var TYPO3RsaEncryptionPublicKeyUrl = 'http: \/\/websitename\/index.php?eID=RsaPublicKeyGenerationController';

/*]]>*/
</script>

Thanks for your help.

Norbert
  


More information about the TYPO3-english mailing list