Hey all,
Just dabbling in my first SSL server for a project.
Using NetTalk 6.51. I've applied for a wildcard certificate from GoDaddy. All went well. I downloaded the CRT file and copied the KEY file into the app/certificates folder. I turned off the 'Supress Error Messages'. I was initially getting the error 65 because my certificate names didn't match, but I fixed that so I am not getting any errors coming up.
The NT server starts up OK (no errors) but when I try and test
https://localhost, I get nothing. The NT server screen shows no traffic and my browsers time out. I've checked the DebugView logs etc. but no errors are logged. I've made sure the 4 SSL DLL files are copied into this folder as well.
I've tried a couple of different browsers, and running the server app on two different machines. Same results all around.
I've run Fiddler and am getting '502' errors when the browser is trying to connect to the local NT server.
I turn OFF the SSL checkbox and access the NT app with just
http://localhost and it WORKS!
Just won't deliver anything via SSL and not telling me anything useful that points me in the right direction to try and fix it.
Help!
Thanks,
Devan