Question
Issue with Comodo SSL
We use Comodo for our SSL for years now without any issues.
Recently Comodo switched their SSL certificates and after we
renewed our SSL our ColdFusion application can no longer connect to
our remote server in secure mode with the new SSL.
I found this article on Comodos website that seemed relevant.
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=593
I was also able to bypass this using this method.
1 - Browse to https://www.domainname.com, click the lock, view certificate, goto details tab, and copy to file. Save as c:\domain.cer or something.
2 - Open a command prompt to the {cfusion}/runtime/jre/lib/security folder and run ...
{cfusion}/runtime/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -file c:\domain.cer
3 - Restart Coldfusion Application service.
This worked for several sites running ColdFusion 6 and below but I am having some trouble with CFMX 7.
Anyone have any suggestions?
I found this article on Comodos website that seemed relevant.
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=593
I was also able to bypass this using this method.
1 - Browse to https://www.domainname.com, click the lock, view certificate, goto details tab, and copy to file. Save as c:\domain.cer or something.
2 - Open a command prompt to the {cfusion}/runtime/jre/lib/security folder and run ...
{cfusion}/runtime/jre/bin/keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -file c:\domain.cer
3 - Restart Coldfusion Application service.
This worked for several sites running ColdFusion 6 and below but I am having some trouble with CFMX 7.
Anyone have any suggestions?