cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

SSL peer certificate or SSH remote key was not OK #428

Open gousridh opened 1 year ago

gousridh commented 1 year ago

Trying to use s3read_using but facing SSL errors. Tried passing .... argument with "httr::set_config(httr::config(ssl_verifypeer = 0L))" as well. But no luck. if httr::set_config(httr::config(ssl_verifypeer = 0L)) is done outside s3's function facing errors as "no such bucket found". Please help in resolving this.