NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: elcidsps on January 30, 2011, 01:51:53 PM
-
Greetings all:
Created a web app using an SSL cert created with openSSL. Everything works great on the development machine but when I move the application (along with all the web folders, etc) to a production machine, it wont work. It must be something with the certificates because turning off SSL and the app works as expected on the production machine. Ideas? I am a bit stumped at this point. (PS Firewall allows for both 443 and the webserver port). Thanks!
Shawn
-
Try to test with one of the example apps.
Also did you copy the 2 security files ssleay32.dll and libssl32.dll to the production machine?
-
4 DLL's actually.
MSVCR71.DLL, SSLEAY32.DLL, LIBSSL32.DLL and LIBEAY32.DLL
-
Kevin, Bruce:
Thanks - I did forget to copy the required libraries. As always, I appreciate your help and this forum. Cheers!
Shawn