79634113

Date: 2025-05-22 15:58:07
Score: 1
Natty:
Report link

For {httr2} you may also need to set ssl_verifyhost, hence

library(httr2)
req <- request("https://example.com") |>
  req_options(ssl_verifypeer = 0) |>
  req_options(ssl_verifyhost = 0)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: monomeric