Not sure if I first need to do a NEW or not (General questions)
If I do
Dim cl As New CertLocation
Dim yourcert As ICertificate
Set yourcert = cl(CurrentUser).item(iSSLCertStore).item(iSSLCertSubject)
should
iWodHTTP(http_check_counter).Certificate = yourcert
then work OR should I first do:
set iWodHTTP(http_check_counter).Certificate = new certificate
?
Complete thread:
- Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 11:43
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:09
- Re: Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 13:13
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:37
- Re: Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 13:13
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:09