Issue with Comodo SSL
we use comodo our ssl years without issues. comodo switched ssl certificates , after renewed our ssl our coldfusion application can no longer connect our remote server in secure mode new ssl.
i found article on comodos website seemed relevant.
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=593
i able bypass using method.
1 - browse https://www.domainname.com, click lock, view certificate, goto details tab, , copy file. save c:\domain.cer or something.
2 - open command prompt {cfusion}/runtime/jre/lib/security folder , run ...
{cfusion}/runtime/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -file c:\domain.cer
3 - restart coldfusion application service.
this worked several sites running coldfusion 6 , below having trouble cfmx 7.
anyone have suggestions?
i found article on comodos website seemed relevant.
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=593
i able bypass using method.
1 - browse https://www.domainname.com, click lock, view certificate, goto details tab, , copy file. save c:\domain.cer or something.
2 - open command prompt {cfusion}/runtime/jre/lib/security folder , run ...
{cfusion}/runtime/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -file c:\domain.cer
3 - restart coldfusion application service.
this worked several sites running coldfusion 6 , below having trouble cfmx 7.
anyone have suggestions?
i appreciate taking time post information. have been searching these answers awhile , didn’t peruse these types of informational pages information. have found enlightening.
thank again,
www.thebusinesssuccessgroup.com
thank again,
www.thebusinesssuccessgroup.com
More discussions in ColdFusion
adobe
Comments
Post a Comment