Hi Guys,
I added SSL to an application, but I get the following error message:
A network communication error has occurred.
Error = Unable to Listen to TCP Port.
The error number was -65 which means that the SSL Failed to Load Certificate.
Error occurred in function NetSimple(Server),Open
In my application, under WebServer, Extensions, NetTalk Object, Settings
The listening port is 443 (default)
Use SSL is on, certificate = 'certificates\settings'
I created a certificate sub-folder in my application folder and copied both the *.crt & *.key files into this folder.
(according to the Secure Web Sites documentation)
I noticed that the 'certificates' folder for the example SSL application was located in the 'web' folder instead;
I tried both locations, but keeps on receiving the above error message.
Thinking that my *.crt file might have the wrong format, I tried copying the *.crt & *.key files from the SSL example (6) application, copying it to my application\certificates folder (with 'certificates\settings') in my app, but still the same error message ...
Any help will be appreciated.