Re: Using a self-signed CA

2013-02-21 Thread Oleg Kalnichevski
On Thu, 2013-02-21 at 17:31 +, Gordon Ross wrote: > On 21 Feb 2013, at 17:25, Eduardo Martins > wrote: > > > Perhaps cacerts is not really where you point to? It should be at > > $JAVA_HOME/lib/security/cacerts , where $JAVA_HOME can be obtained from > > /usr/libexec/java_home -v 1.6. In m

Re: Using a self-signed CA

2013-02-21 Thread Gordon Ross
On 21 Feb 2013, at 17:25, Eduardo Martins wrote: > Perhaps cacerts is not really where you point to? It should be at > $JAVA_HOME/lib/security/cacerts , where $JAVA_HOME can be obtained from > /usr/libexec/java_home -v 1.6. In my case it is > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434

Re: Using a self-signed CA

2013-02-21 Thread Eduardo Martins
Perhaps cacerts is not really where you point to? It should be at $JAVA_HOME/lib/security/cacerts , where $JAVA_HOME can be obtained from /usr/libexec/java_home -v 1.6. In my case it is /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home --E On Feb 21, 2013, at 5:16 PM, Gordo

Using a self-signed CA

2013-02-21 Thread Gordon Ross
I'm trying to access a HTTPS web server, which has a SSL certificate signed by our own CA. I imported the CA public key into my main carets file using: keytool -keystore /cacerts -import -trustcacerts -alias "MY_CA" -file ./root.cer (I'm using a Mac, so the cacerts file is /System/Library/Jav