jsse
Why does Java's SSLSocket send a version 2 client hello?
The SSLSocket.getEnabledProtocols() method returns the following:[SSLv2Hello, SSLv3, TLSv1].And indeed, when I call connect() and I have SSL debugging turned on, I see that a v2 client hello is used:[详细]
2023-02-03 21:35 分类:问答How to include jssecacert (cacert) in client jar file during client calling https wsdl
I have a jar that must be imported in the client application and enable the client to call my https wsdl web service with the help of the imported jar.[详细]
2023-01-31 20:02 分类:问答How can I use different certificates on specific connections?
A module I\'m adding to our large Java application has to converse with another company\'s SSL-secured website.The problem is that the site uses a self-signed certificate.I have a copy of the certific[详细]
2023-01-26 16:41 分类:问答Is there a way to load a different cacerts than the one specified in the java_home/jre/lib/security folder?
I have a single installation of java in a system that runs 2 or 3 applications. All the applications use the same runtime.[详细]
2022-12-27 03:06 分类:问答java - path to trustStore - set property doesn't work?
I\'ve setup a self-signed certificate to test an ssl java connection - however, it is refusing to locate the java trustStore. I\'ve saved copies of it in /Java/jre6/lib/security in addition to the fol[详细]
2022-12-17 08:42 分类:问答Example of PSK in first handshake in TLS1.3 with JSSE (JDK11 or greater)
I\'ve been trying to get an example working where the client passes a PSK ID 开发者_JAVA百科to the server as part of the first TLS (TLS1.3) handshake and have been unsuccessful in doing so. I am using[详细]
2022-12-07 21:11 分类:问答