Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL 60 error #1090

Closed
Silent2000 opened this issue Sep 12, 2021 · 1 comment
Closed

cURL 60 error #1090

Silent2000 opened this issue Sep 12, 2021 · 1 comment

Comments

@Silent2000
Copy link

Silent2000 commented Sep 12, 2021

Hi. We use S3 as filesystem disk and faced with error:
production.ERROR: Error executing "ListObjects" on "https://coursebook.test-namespace-6xsx.s3pd01.sbercloud.ru/?prefix=admin%2F&max-keys=1&encoding-type=url"; AWS HTTP error: cURL error 60: Unable to communicate securely with peer: requested domain name does not match the server's certificate. (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) {"userId":3,"exception":"[object] (Aws\\S3\\Exception\\S3Exception(code: 0): Error executing \"ListObjects\" on \"https://coursebook.test-namespace-6xsx.s3pd01.sbercloud.ru/?prefix=admin%2F&max-keys=1&encoding-type=url\"; AWS HTTP error: cURL error 60: Unable to communicate securely with peer: requested domain name does not match the server's certificate. (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) at /var/www/isaukov/data/www/coursebook.ru/laravel/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php:195)

How can we disable ssl verify or make url path style (not host style like it's now)? We need url like https://test-namespace-6xsx.s3pd01.sbercloud.ru/coursebook

@streamtw
Copy link
Member

Sorry for late reply. If you mean you want relative urls other than full urls, example code can be found in #1233 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants