https and session state
Brian Donahue
Posts: 6,590 Bronze 1
Hi Peter,
I can think of a few things to try. First, make sure that the certificate is installed and that the root CA is installed, ie. the certificate for the website came from a valid Certification Authority like Thawte.
Second, you might try using the fully-qualified domain name in your WebClient.Get requests. Sometimes the WebRequest class that we use for HTTPS requests requires this. Basically, if you can open the website in IE on that machine without getting a certificate warning, provided you haven't disabled warnings about invalid certificates in IE, you should be able to run the ANTS Load script against it.
I can think of a few things to try. First, make sure that the certificate is installed and that the root CA is installed, ie. the certificate for the website came from a valid Certification Authority like Thawte.
Second, you might try using the fully-qualified domain name in your WebClient.Get requests. Sometimes the WebRequest class that we use for HTTPS requests requires this. Basically, if you can open the website in IE on that machine without getting a certificate warning, provided you haven't disabled warnings about invalid certificates in IE, you should be able to run the ANTS Load script against it.
This discussion has been closed.
Comments
I've sent you a modified ANTS Load Engine dll that disables the certificate validation checking. That should hopefully clear up all of the SSL problems, as they're all usually related to invalid/expired certificates.
It appears that ANTS Load was not handling cookies properly during secure requests either. I've sent the patch to correct this problem as well as the certificate problem.
We've seen issues with similar results. Could you send thad modified dll to dhussain_80@yahoo.com as well.
Regards,
Danish.
My pleasure! There is still one outstanding issue with Windows Forms authentication and SSL that we're trying to work out. It happens when you set the authentication mode to "forms" in Web.Config.
I've sent both of you the patched dll.
Try to send to
ext.magnus.martensson@remove this tieto.com
seems that was an internal mail address it worked when I tested it internally but not externally. Please use:
ext.magnus.martensson@remove this tietoenator.com
Thanks in advance!
/Magnus
Thanks for writing us. I've emailed the updated files to you.