Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
TSL 1.2
.
Show all posts
Showing posts with label
TSL 1.2
.
Show all posts
Wednesday, April 12, 2017
Setting TLS protocol version for HttpsURLConnection
›
SSLContext sc = SSLContext.getInstance( "TLSv1.2" ); //$NON-NLS-1$ sc .init( null , null , new java.security.SecureRandom())...
›
Home
View web version