#1
|
|||
|
|||
HTTPS requests fail using HTTP action
For a while now I've been experiencing problems with HTTPS requests, using the HTTP action in Visual Build Pro 9 (using the latest v9.7 from January 10, 2019).
See a minimal example .bld here: https://pastebin.com/raw/eiaws20L This dummy project retrieves http://www.example.com/ through a normal GET request and logs the result. Works fine. However, now instead I try to retrieve https://www.example.com/ (note the https) by changing the Protocol in the Security tab of the HTTP step into anything but None. It always fails: Quote:
I'm using the example.com just as a reference URL, it seems to fail on any HTTPS request. Am I doing something wrong, or what can be causing this? |
#2
|
|||
|
|||
I wasn't able to reproduce this behavior in v9.7 or v10.1. Your sample worked in my tests for all options except SSL, and I also tested successfully with kinook.com and google.com.
You might try with the latest version, and if that doesn't help, send the info from https://kinook.com/Forum/showthread.php?t=3044 |
Tags |
http , https , protocol , request , secure |
|
|