truststore
Storing certificate chains in the application keychain
On iOS, I know that we can evaluate a trust with SecTrustEvaluate(). To create a trust, we either import it from a *.p12 file or create it using an array of certificates and a set of policies.[详细]
2023-02-03 10:42 分类:问答JavaMail: TLS on port 25 with separate truststore possible?
I\'m trying to send mail using JavaMail on port 25 (no SSL) using TLS but with my own truststore (because the original cacerts truststore does not contain the needed certificates and I don\'t want to[详细]
2023-01-28 12:44 分类:问答Import StartCom CA certificates in Windows JRE
I have a Java application accessing a service that uses a StartCom SSL certificate. For this to work, I need to add the StartCom CA certs to Java\'s truststore, because they\'re not in there by defaul[详细]
2023-01-27 22:47 分类:问答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 分类:问答Need help setting up a truststore's chain of authority (in Tomcat)
Lead in ... I\'m not an expert, by far, in application security via SSL, but am trying to establish a test environment that includes all possible scenarios we may encounter in production. For this I h[详细]
2023-01-01 06:23 分类:问答Java Webstart Truststore SSL
Need some guidance. I have java webstart app and I want it to connect to a server via SSL.just adding a property like:System.setProperty(\"javax.net.ssl.trustStore\",\"my.keystore\");But since a JAW[详细]
2022-12-30 06:45 分类:问答JVM to ignore certificate name mismatch
I know there were a lot of questions/answers about how to ignore SSL error in the code. On our dev region dev.domain.tld we have configured a app server over SSL.[详细]
2022-12-27 19:11 分类:问答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 分类:问答