Skip to content

Tag: ssl

LDAPS : Simple bind failed

I’m facing issue connecting to LDAPS from my application. I have imported all necessary certificates on JRE keystore. I’m able to make calls to LDAPs when I put the following string in java.security When I change this line to my connection fails with following error: In wireshark it complains abou…

SSLEngine Handshake stuck at second loop

I’m trying to implement an SSL Handshake using SSLEngine, I need to do it both ways as a sever and as a client as well, however I’m stuck and I cannot figure it out why. The handshake starts correctly, the Hello’s are exchanged, the keys are exchanged, but then I’m getting into a NEED_…

Importing internal CA to Jenkins

I’m trying to use a Jenkins job (pipeline) to read some information from a json endpoint and do something based on that information then. The endpoint it is reading from is an internal one and the application is reachable via https with a certificate that is self-signed by our internal CA. Here’s …

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.