shivaniy24

Results 2 comments of shivaniy24

Hi how can I add multiple prtocols instead of just one ? this SSLContext.getInstance("TLSv1.2") allows since protocol only. I have a list SSLv3/TLSv1/TLSv1.1/TLSv1.2/TLSv1.3 which I want to be able to...

Hi everyone, We are migrating our code from java1.8 to jdk17. In the process of doing that we need to make Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); java17 compatible. Found this SSLContext.getInstance("TLS","SunJSSE");, but it...