NetTalk Central

Author Topic: SSL Certificates  (Read 2428 times)

elcidsps

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • Email
SSL Certificates
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: SSL Certificates
« Reply #1 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?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: SSL Certificates
« Reply #2 on: January 30, 2011, 09:40:25 PM »
4 DLL's actually.
MSVCR71.DLL, SSLEAY32.DLL, LIBSSL32.DLL and LIBEAY32.DLL

elcidsps

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • Email
Re: SSL Certificates
« Reply #3 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