NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: elcidsps on January 30, 2011, 01:51:53 PM

Title: SSL Certificates
Post 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
Title: Re: SSL Certificates
Post by: kevin plummer on January 30, 2011, 02:45:37 PM
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?
Title: Re: SSL Certificates
Post by: Bruce on January 30, 2011, 09:40:25 PM
4 DLL's actually.
MSVCR71.DLL, SSLEAY32.DLL, LIBSSL32.DLL and LIBEAY32.DLL
Title: Re: SSL Certificates
Post by: elcidsps on January 31, 2011, 07:11:02 AM
Kevin, Bruce:

Thanks - I did forget to copy the required libraries. As always, I appreciate your help and this forum.  Cheers!

Shawn