Skip to content
Advertisement

Tag: sni

SSL compatibilty in java 1.4

I have searched for a number of posts but cannot find the answer. Is there any way possible i could use SNI in java 1.4. I checked that the API is available in java7 but is there any workaround to use SNI in java 1.4? Answer JSSE (Java Secure Socket Extension) is an API defined to implement SSL in java.

Advertisement