HTTPRequest with HTTPS

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
dafe
Junior Coder
Posts: 23
Joined: Sun Apr 06, 2008 4:21 am

HTTPRequest with HTTPS

Post by dafe » Fri May 28, 2010 2:15 am

I'm having an issue using HTTPRequest on a HTTPS website.

When attempting

Code: Select all

HTTPRequest>%url%,,GET,,result
I immediately get a 404 result

If I try the manual way though and do

Code: Select all

Run>"C:\Program Files\Internet Explorer\iexplore.exe" %url%
the HTTPS site comes up straight away.

I have the SSL library installed, so I'm not sure where I'm going wrong? Perhaps an issue with the SSL install?

Any ideas? Let me know if more info required.

Cheers!
--

dafe
Junior Coder
Posts: 23
Joined: Sun Apr 06, 2008 4:21 am

Post by dafe » Fri May 28, 2010 2:32 am

ok, seems I missed a required component for SSL - the C++ redistributable.
Uninstalled, and reinstalled and working fine now. Doh!
--

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts