Skip to main content
February 17, 2009
Answered

keytool SSL issue

  • February 17, 2009
  • 2 replies
  • 652 views
We renewed our CA through verisign. Now our cfhttp to https isn't working.

I imported the new Cert using the keytool and verified it by using the list option, but still am getting the same connection error.
It's the connection failure, authentication issue error.

Server is CF7 enterprise on Centos 5.

    This topic has been closed for replies.
    Correct answer
    I believe I have it fixed now. Needed to run the keytool from the directory the cacert original file is in, or it just creates a new cacert file.

    2 replies

    Correct answer
    February 18, 2009
    I believe I have it fixed now. Needed to run the keytool from the directory the cacert original file is in, or it just creates a new cacert file.
    February 18, 2009
    **Bump**

    keytool -import -keystore cacerts -file ccocert.cer -alias cco-cert -storepass changeit

    I select yes if it's a trusted site and it successfully imported.

    The https I'm consuming through cfhttp is one of the sites running under coldfusion on this server.

    When I run a list of the CA's by doing this
    keytool -list -keystore cacerts -storepass changeit -v

    It only comes back with the CA I imported. Isn't there usually about 50 predefined CAs in the cacert?