Host Certificate with ASP (wodFtpDLX / wodFtpDLX.NET)
The server I am trying to connect to recently changed their server certificate. Since the change I have been unable to connect with the ASP script I have written.
I have added the method HostCertificate to the withVBScode.html sample file. The following errors are reported in the ErrorText:
- Unable to get issuer certificate locally.
- Certificate not trusted.
- Unable to verify the first certificate.
After receiving those errors I receive a time out error during a directory listing request.
How do I review and accept the new certificate using ASP classic? Currently I am using version 2.7.3 of the wodFtpDLX component.
Thank you,
Jake