Click to See Complete Forum and Search --> : oRDS.CreateObject("Sample1.clsClass1", oRDS.CreateObject("Sample1.clsClass1", &q


mishko
04-23-2001, 06:45 PM
Hello,

Please I need an answer for this:

This code is in a DLL
..........
1. Set oRDS = CreateObject("RDS.DataSpace")
2. Set oBu = oRDS.CreateObject("Sample1.clsClass1", "HTTPS://www.test.com")
..........

On www.test.com there is a valid certificate.
-----------------------

Question: Is SSL session initiated on point 2?

Thank you.