Tagged Questions
The truststore tag has no wiki summary.
6
votes
1answer
11k views
Digital Certificate: How to import .cer file in to .truststore file using?
Has anyone came across where they have to deal with .truststore file? and knowing how to import .cer into .truststore file?
I am not sure if I have to use Java Keytool or Linux command (such as ...
5
votes
1answer
2k views
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 JAWS ...
4
votes
4answers
104 views
Is it a bad practice to use Java standard keystore
We had been using java standard keystore ($JAVA_HOME/jre/lib/security/cacerts) as the trusted store for tomcat. And that tomcat server would communicate with some other server. A recent OS(AIX) ...
4
votes
1answer
341 views
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 ( ...
3
votes
2answers
485 views
JBoss reload certificate truststore without restart
Is there a way to "reload" the certificate truststore in JBoss 4.2 without restart?
I am trying to have an EJB call a web service on a remote server with ssl and am seeing a similar problem with ...
3
votes
2answers
793 views
Do you not need a password to access a truststore (made with the java keytool)?
I just created a truststore with the java keytool (for server authentication of a server that does not have a CA cert). However I just noticed something strange. I am starting my client like this:
...
3
votes
2answers
10k views
java - path to trustStore - set property doesnt 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 ...
2
votes
1answer
150 views
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 ...
2
votes
1answer
211 views
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?
2
votes
1answer
608 views
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 ...
2
votes
1answer
805 views
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.
The certificate that is displayed ...
1
vote
1answer
130 views
javax.net.ssl.SSLException: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I'm looking to parse an XML file that updates said file daily - the only issue I've run into is that they use their own certificate (https://...) and I can't use that specific URL, nor is there an ...
1
vote
2answers
71 views
Does a truststore also need a CA's certificate to authenticate?
I am using WSO2 ESB 4.0.0 and Application Server 4.1.0 to talk with each other over SSL. Both have been configured with the same keystore. Both are on different servers. The reason for this is so ...
1
vote
1answer
85 views
Custom SSL TrustManager for Java App server
I'm trying to setup SSL connections for a web service that is B2B and need to do client authentication on the server. Since the server hosts URLs that are also accessible from regular users through ...
1
vote
1answer
93 views
Java SSL Truststore settings
In one application i'm using three different connections by SSL.
Two of them have signed certificates, but one I'm authenticating with:
...
1
vote
0answers
99 views
how to verify the P7b Certificate against the trust chain using openssl?
can any one tell me how to verify the P7b container (which have three different files )against the CA Certificates available in "/home/user/Certificate/" folder(includes the intermediate certificates) ...
1
vote
2answers
2k views
Why does java have both the cacerts and jssecacerts files?
I'm seriously confused on the differences between cacerts and jssecacerts files.
I know that by default java looks for the jssecacerts file and then the cacerts file.
But what is the point of the ...
1
vote
1answer
330 views
Truststore Initialization - Tomcat
I've realized there are a lot of different methods of setting up a truststore for Tomcat. The three methods I've discovered are:
truststoreFile in server.xml
JAVA_OPTS variable in catalina.sh
via ...
1
vote
2answers
788 views
java secure socket without authentication?
I have a trivial secure socket server-client program.
For the server certificates, I created a keystore using keytool.
When I try to connect to the server by my client I get these exceptions:
In ...
1
vote
0answers
440 views
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.
I ...
1
vote
2answers
1k views
Import 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 default ...
1
vote
1answer
1k views
How support multiple TrustStores in java SSL client application
In our java application we need to communicate with a list of servers on SSL using https protocol. The list of servers to communicate will change at runtime. Initially we do not have any of the ...
1
vote
3answers
4k views
Is it possible to get Java to ignore the “trust store” and just accept whatever SSL certificate it gets?
I am trying to write an SSL client that sends mail using the javax.mail API. The problem I am having is that the server request that I use SSL, but the server is also configured with a non-standard ...
0
votes
1answer
31 views
Listing certificates in JVM trust store
I've defined a custom truststore via system properties:
System.setProperty("javax.net.ssl.trustStore", ...);
System.setProperty("javax.net.ssl.trustStorePassword", ...);
Given that the VM already ...
0
votes
0answers
116 views
Installing FirstData Certificate and Keys on Glassfish Open Source Server V3
I'm in the process of integrating with FirstData. I first tested integrating with FirstData's web service through a J2SE application and I succeeded. Having done that I moved on to setting this up as ...
0
votes
1answer
186 views
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.
Module A - Built ...
0
votes
1answer
163 views
WebService Certificate Validation using WebSphere, Spring-WS and WSS4J
i'm working on a webapp offering SOAP WebServices using Spring-WS 2.0. The WebService Requests need to be signed with a certificate which is of course validated on the server. In order to do this ...
0
votes
1answer
262 views
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.
I followed this article ...
0
votes
2answers
100 views
HTTPS Certificate issue
I am getting following error while using certificate file, I have generated truststore of the same and passing it to XmlRpcCommonsTransportFactory
org.apache.xmlrpc.XmlRpcException: I/O error ...
0
votes
0answers
64 views
ODBC driver test connection to SSL Server authentication to SQL server fails with “Unable to load trust store”
In the ODBC sources, I'm using Datadirect 6.1 SQL Server Wire Protocol but changed the dll to DWsqls25.dll instead of DWsss25.dll. The SQL server is configured for SSL, and I've specified a valid ...
0
votes
1answer
393 views
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 ...
0
votes
1answer
316 views
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.
Firstly, I added the ...
0
votes
0answers
249 views
weblogic custom truststore
This might be a very weblogic specific question: I'm trying to use smtp with starttls from within a jee app deployed in a wls 10.3.4.0. I'm using a custom truststore with the smtp server certificate ...
0
votes
2answers
672 views
Jetty truststore authentication with SSL client-auth
I'm trying to make a web-app with using client keys for client authentication. I think I've figured out the whole truststore problem so I can get the client actually authenticated. However I don't ...
0
votes
1answer
240 views
failed to gen a proxy class for Exchange EWS :unable to find valid certification path to requested target
i want to gen a proxy class for exchange ews(http://msdn.microsoft.com/en-us/library/dd877045%28v=exchg.140%29.aspx).
keytool -keystore t:\my.keystore -storepass password -import -trustcacerts -alias ...
0
votes
1answer
376 views
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 ...
0
votes
2answers
862 views
How to load another's service certificate to my WebLogic truststore?
An online service provided me with their certificate (a pfx file) along with its password.
I am looking to load that into my WebLogic 8.1 truststore in Unix.
There is a truststore currently that ...
0
votes
1answer
1k views
In Java: How to handshake a secured connection using Keystore and Truststore certificate?
If I have 2 terminals A and B. T-A is connect T-B over secured socket connection. I need to write code to implement a connection between the 2 terminals.
How do I do handshake such connection using ...