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

SSL certificate verification failure (SSLV3_ALERT_HANDSHAKE_FAILURE) on Ubuntu 22.04 #1323

Open
4integration opened this issue Apr 14, 2023 · 1 comment

Comments

@4integration
Copy link

Hi,

When using Ubuntu 18.04.2 it works fine

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:        18.04
Codename:       bionic

$ openssl version
OpenSSL 1.1.0g  2 Nov 2017 (Library: OpenSSL 1.1.1  11 Sep 2018)

$ s3cmd --version
s3cmd version 2.0.1

$ s3cmd ls s3://
2023-04-13 10:58  s3://xxxxx-document-archive
2021-10-20 12:07  s3://xxxxx-templates
2021-04-23 06:50  s3://xxxxx-backup

When using Ubuntu 22.04.2 it doesn't work. Using the same .s3cfg

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.2 LTS
Release:        22.04
Codename:       jammy

$ openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

$ s3cmd --version
s3cmd version 2.2.0

$ s3cmd ls s3://
ERROR: SSL certificate verification failure: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)

Any idea why it is happening?

@4integration
Copy link
Author

Any idea?

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

1 participant