maalsol

Results 5 comments of maalsol

Hi, jeroen, sorry for the late reply. I'm on windows 7. The output using verbose() and `httr::set_config(config(ssl_verifypeer = 0L, ssl_verifyhost = 0L) ` is: (replaced site name with `` and...

Thanks for the suggestion, but TLS 1.2, was already enabled. I ran the "easy fix" tool anyway (just in case) and verified the registry keys, but still, no luck.

Yes, I think it does: ``` curl::curl_fetch_memory("https://rud.is/") $url [1] "https://rud.is/" $status_code [1] 200 $headers [1] 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b...

- The server is IIS, It is part of my organization, although I didn't configure it nor I have access to it. - The site (REST endpoint) works fine in...