I am trying to get my localhost server set up to use SSL. I went to the
Orion web site to the "how to set up a secure site using SSL". I followed
the directions step by step. It appeared to work until the final step in
"creating a keystore with a certificate".
I type this in:
keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file
localhost.cer
Enter keystore password: secret
This is the error I get:
keytool error: java.lang.Exception: Failed to establish chain from reply
I am using JDK1.3.
Any help would be appreciated!
Thanks,
Jason