Actions
Bug #81561
closedSSL + RSA + felogin
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions