Posted At : June 19, 2007 5:18 PM
3 Comments
If you browse to the URL using Firefox you will likely get a certificate warning and a prompt which allows you to continue anyway despite the warning. With CF you can't do this so you have to add the certificate to the list of "known" certs using the java keytool.
First - save the certificate to your desktop using Internet Explorer or the Cert Viewer Plus plugin for firefox.
Then open a command prompt and go to cfusion jre/bin directory
From here you should have see access to the keytool application which is how you modify the security settings.
You can show all certs:
or Import a new cert:
Explanation of the options:
If it reports the following error:
Note: If you are a Mac user you will find that ColdFusion may not have JRE directory installed under JRun. This is because CF uses OS X Java install, so you will need to run your keytool command from the following directory:
To find out the location of your Java Home, log in CF Administrator and click on Settings Summary.
Hope it helps and thanks to the other people who have posted about this.
Sources:
3 Comments
Girefox?!
You don't know about Girefox? It's all the rage nowadays. Ok, I can't spell - thanks for pointing it out.
Cheers,
Mark
Thanks that info worked, much better than the mess that was on the Adobe site. I needed this for importing the new FEDEX ssl certs and lo' and behold, it worked !!!
Thanks