Bug #81561
closedSSL + RSA + felogin
0%
Description
Situation:
- TYPO3 Multisite (some sites with and some without ssl)
Problem:
I am using RSA cause one of the sites of my TYPO3 Multisite instance runs without ssl. The other site are running with ssl + FE Login. The JavaScript files for the rsa encryption (felogin) are loaded without! https.
Result:
On websites with ssl and RSA (RSA can't be de-/acitvated for specific "websites") i get ssl browser errors cause the rsa file (RsaEncryptionWithLib.min.js) is loaded without! https.
Possible solutions:
a) Allow to de-/activate RSA for specific websites in a TYPO3 Multisite instance
b) Use the config Base-URL of the specific site to use the right protocol (http/https)
Updated by Markus Klein over 7 years ago
Maybe https://review.typo3.org/52112 helps you.
Updated by Markus Klein over 7 years ago
- Related to Bug #80952: Do not include RSA authentication JS via absolute URL added
Updated by Markus Klein over 7 years ago
Please vote there for the patch!
Use the reply button at the top and give +1 for reading and +1 for verified. Thanks.
Updated by Markus Klein over 7 years ago
- Related to deleted (Bug #80952: Do not include RSA authentication JS via absolute URL)
Updated by Markus Klein over 7 years ago
- Is duplicate of Bug #80952: Do not include RSA authentication JS via absolute URL added