truststore
Setting multiple truststore on the same JVM
I have an Java application running on a weblogic server. The application has two distinct modules which use SSL to connect to external web services - let\'s say module A and module B.[详细]
2023-04-08 22:45 分类:问答Getting the following warning message when communicating with a HTTPS Web Service: "Can not find truststore url"
I am a beginner with SSL/HTTPS. Hopefully, this isn\'t a dumb question. I am writing a web service client that runs on JBOSS 4.3 which communicates with an external web service over https. I have gen[详细]
2023-04-01 22:47 分类:问答TrustStore and reocurring "unable to find valid certification path to requested target"
I am trying to use Spring Security to authenticate users against Active Directory. So far I was using LDAP protocol, but now I would like to use LDAPS.[详细]
2023-03-30 19:40 分类:问答HTTPS Certificate issue
I am getting following error while using certificate file, I have generated truststore of the same and passing it to XmlRpcCommonsTransportFactory[详细]
2023-03-25 18:18 分类:问答what is the difference between X509_STORE and X509_STORE_CTX .?
can any one tell me how the Certificate trust chain is formed with these structures and what these two structure 开发者_高级运维represent?Taken from the source code in x509vfy.h:[详细]
2023-03-19 12:24 分类:问答Can I get HttpClient to use Weblogic's custom keystore / truststore settings?
My application is using Apache\'s HttpClient 3.1 deployed on Weblogic 10.3 to perform a POST using SSL mutual authentication.I can get this to work using the following system properties to configure t[详细]
2023-03-08 03:52 分类:问答Maven: how to config the tomcat plugin to deploy on https remote site
I am trying to deploy my web app remotely using the tomcat plugin from maven (mvn tomcat:deploy). The Tomcat App Server Manager is at https://MyRemoteTomcatInstance/manager.[详细]
2023-03-03 19:23 分类:问答java secure socket without authentication?
I have a trivial secure socket server-client program. For the server certificates, I created a keystore using keytool.[详细]
2023-02-08 16:38 分类:问答Trustore with certificates for several hosts
I do have a working demo with an applet connecting to a server (\"A\") through https. The server\'s certificates chain is loaded by the applet via a JKS truststore ( myTrustManagerFactory.init(mytrust[详细]
2023-02-08 06:41 分类:问答Failed to generate a proxy class for Exchange EWS: unable to find valid certification path to requested target
开发者_运维知识库I want to generate a proxy class for EWS (http://msdn.microsoft.com/en-us/library/dd877045%28v=exchg.140%29.aspx).[详细]
2023-02-05 10:42 分类:问答