SSL not working
I have Coldfusion 10 and Coldfusion Builder 2.0 installed entirely on my local Windows 8 machine. I'm using the builtin Tomcat server.
I'm accessing the server using Remote Data Services (RDS).
When I try to run my application it won't run because the IDE runs it as https://localhost:8500/MyApp
If I copy the link and change it to http://localhost:8500/MyApp then it works.
I have both TLS and SSL enabled in Internet Explorer.
I understand that if you use JRun then you have to install a certificate, but I'm not using JRun.
So how can I either get CF Builder to not put the "s" in or get Tomcat to accept it?
Thanks,
Bill
