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
It could be that you need to update CURL to the latest version.
we recently have problems when querying v2.namsor.com using curl 7.61.1 with openSSL/1.0.2k (amazon linux 2 default)
we are not experiencing problems with updated chrome or curl 7.68.0 with openSSL 1.1.1d.
As a workaround, one can also run the following to skip the SSL verification:
httr::set_config(httr::config(ssl_verifypeer = 0L))
The text was updated successfully, but these errors were encountered:
curl --version
It could be that you need to update CURL to the latest version.
As a workaround, one can also run the following to skip the SSL verification:
httr::set_config(httr::config(ssl_verifypeer = 0L))
The text was updated successfully, but these errors were encountered: