Folks,
I wrote a "webbot" Perl script that goes through an entire checkout process and tests for validation. It works great. It has been in production for a while now. Now to make changes, I had to copy into our test environment and work with our test web server. (Change control go figure...) Supposed to be the same right? Nope. I noticed when I go from http to https on the test server it complains about a Certification Error. I manually went through with IE to see what's going on.. Here is what the error is from IE: There is a problem with this website's security certificate. The security certificate presented by this website was issued for a different website's address. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We recommend that you close this webpage and do not continue to this website. Click here to close this webpage. Continue to this website (not recommended). More information If you arrived at this page by clicking a link, check the website address in the address bar to be sure that it is the address you were expecting. When going to a website with an address such as https://example.com, try adding the 'www' to the address, https://www.example.com. If you choose to ignore this error and continue, do not enter private information into the website. For more information, see "Certificate Errors" in Internet Explorer Help. Is there a way in Perl to ignore this error or just accept and continue? TIA, Mark