https://bz.apache.org/bugzilla/show_bug.cgi?id=68460
Thomas Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Thomas Fischer <[email protected]> --- Created attachment 39511 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39511&action=edit Remove dependency on sun internal ssl provider class Rather than utilize the internal 'com.sun.net.ssl.internal.ssl.Provider' class, we defer to the JVM to select the appropriate provider: final Provider p = SSLContext.getInstance("TLS").getProvider(); -- You are receiving this mail because: You are the assignee for the bug.
