Trying to move my app from java 8 to java 11 faced with exception "javax.net.ssl.SSLHandshakeException: extension (10) should not be presented in server_hello"
I found that this issue will be fixed in 11.0.3 (eta Q2+ 2019) JDK 11 SSL Error on valid certificate (working in previous versions)
But, is there fast workaround right now? Maybe I can adjust some settings to get rid of this problem?
PS. I use Spring RestTemplate