SLAC ESD Software Engineering Group
Stanford Linear Accelerator Center

Firefox SSL Issue

SLAC Computing
Software Engineering
Detailed
Unix
 

 

 

When they tightened up the security for bad SSL certificates we were unable to login to our management ports.

 

 


security.tls.version.fallback-limit  user set  integer 1

security.tls.version.min        default   integer 1

 

Firefox:

Add this line to .mozilla/firefox/profile/prefs.js

user_pref("security.tls.version.fallback-limit", 1);

 

echo 'user_pref("security.tls.version.fallback-limit", 1);' >> prefs.js

 


 

 

 


[SLAC ESD Software Engineering Group][ SLAC Home Page]


Author: Ken Brobeck

Modified: 14-Mar-2016