NetTalk Central

Author Topic: SSL on a Virtual Server  (Read 4005 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
SSL on a Virtual Server
« on: June 18, 2014, 11:07:33 AM »
Trying to get SSL to work and failing miserably.
NT 8.16
Cl 9.0

See the following evenjt in the application log on the server
Activation context generation failed for "C:\WebPortal\libssl32.dll". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.

Any ideas?

I know the port is open as it works when not compiled with SSL on

Brian
Brian

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: SSL on a Virtual Server
« Reply #1 on: June 18, 2014, 07:19:17 PM »
have you copied in all the ssl dependent files? from memory there are 4 and the names are in the docs,

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: SSL on a Virtual Server
« Reply #2 on: June 18, 2014, 10:52:31 PM »
>> See the following event in the application log on the server

what makes you think your program is generating this event? I suspect it's from something else.

your program needs the SSL DLL's and certificates and it should work ok.

cheers
Bruce

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: SSL on a Virtual Server
« Reply #3 on: June 19, 2014, 11:14:20 AM »
OK - Thanks - All DLL's are present and I think I am doing it correctly.  This is driving me nuts.
Brian

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: SSL on a Virtual Server
« Reply #4 on: June 19, 2014, 11:53:34 AM »
The only way to successfully load a sxs assembly at run time is to create an activation context.  So it makes sense that the error is thrown by libssl32.dll.  I'd try installing the MS VC++ 2008 Redistributable on the server.
 
http://www.microsoft.com/en-us/download/details.aspx?id=29

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: SSL on a Virtual Server
« Reply #5 on: June 19, 2014, 12:32:39 PM »
Thanks Larry, that was it - I still have the chain issue in Firefox but at least I am communicating.

Brian.
Brian

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: SSL on a Virtual Server
« Reply #6 on: June 25, 2014, 08:19:30 AM »
Update - Switched from Comodo to Digicert - Very good help and they helped resolve the chain issue and all works well except for the download timeout in SSL which Bruce is helping with.

Thanks all.
Brian