|
|
|
|
|
|
|
|
Re: SSL for Jetty [message #1814478 is a reply to message #1810171] |
Thu, 12 September 2019 01:59  |
Eclipse User |
|
|
|
Hey man,
so i think the problem is a problem of the tomcat.
I think i had something similar after switching to tomcat 9 with scout 9 and openjdk 11.
If i remember correctly you need to switch the TLS Version to 1.2 in your tomcat catalina.bat.
Just open that file up and search for these lines
rem Register custom URL handlers
rem Do this here so custom URL handles (specifically 'war:...') can be used in the security policy
set "JAVA_OPTS=%JAVA_OPTS% -Djava.protocol.handler.pkgs=org.apache.catalina.webresources"
set "JAVA_OPTS=%JAVA_OPTS% -Djdk.tls.client.protocols=TLSv1.2 -Dhttps.protocols=TLSv1.2"
I think this was the fix for me after hitting google for like hours bc i didnt understand the exception the right way.
I hope this helps.
Cheers
|
|
|
Powered by
FUDForum. Page generated in 0.04931 seconds