Context:
Running EveryonePrint MobilePrint server software in a secure environement where older protocols are limited/prohibited.
Issue:
Customer likes to completely disable TLS 1.0 / 1.1 protocols in EveryonePrint MobilePrint server.
Resolution:
To completely disable these protocols do the following:
- Stop EveryonePrint MobilePrint Web service
- Edit
<eop-dir>\jre\lib\security\java.security
- add this line at end of file:
jdk.tls.disabledAlgorithms=TLSv1, TLSv1.1
- Save the file and restart the Web service
You can verify TLS 1.0 and 1.1 are disabled using "sslscan" utility: https://sourceforge.net/projects/sslscan/
Comments
0 comments
Please sign in to leave a comment.