You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current settings for the unifi are :
unifi.https.sslEnabledProtocols=TLSv1,SSLv2Hello
This prevents traefik to work properly as a frontend (post data are not transferred) as well as browser clients are unable to connect to controller even with "continue to unsecure site" button clicked.
By setting the v1.2 as enabled TLS protocl the issue is resolved completely.
None of those settings are enabled by default, they're provided commented out as part of example options that are additionally available to set in the system.properties file. It's expected that if you're going to change those settings you understand what they do and the consequences of setting them.
Ubiquiti do not publish a comprehensive list of default or available settings so we can't keep the example file up to date with what the actual values used by the controller are at any given time.
Is there an existing issue for this?
Current Behavior
The current settings for the unifi are :
unifi.https.sslEnabledProtocols=TLSv1,SSLv2Hello
This prevents traefik to work properly as a frontend (post data are not transferred) as well as browser clients are unable to connect to controller even with "continue to unsecure site" button clicked.
By setting the v1.2 as enabled TLS protocl the issue is resolved completely.
Expected Behavior
unifi.https.sslEnabledProtocols=TLSv1.2,SSLv2Hello
Steps To Reproduce
Just setup and try to connect with browser
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: