You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing request to my service with self-signed certificate (fot testing purposes only!) I've got this error
Caused by error in `curl::curl_fetch_memory()`:
! SSL peer certificate or SSH remote key was not OK: [api-key.***.com] SSL certificate problem: self-signed certificate in certificate chain
Is it able to pass via httr2 a custom parameter to underlying curl, so it can ignore self-signed certificates?
It seems usefull for testing purpose.
The text was updated successfully, but these errors were encountered:
While testing request to my service with self-signed certificate (fot testing purposes only!) I've got this error
Is it able to pass via httr2 a custom parameter to underlying
curl
, so it can ignore self-signed certificates?It seems usefull for testing purpose.
The text was updated successfully, but these errors were encountered: