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

TLS 1.3 connections for source downloads are unsupported #583

Open
Croydon opened this issue Apr 25, 2024 · 1 comment
Open

TLS 1.3 connections for source downloads are unsupported #583

Croydon opened this issue Apr 25, 2024 · 1 comment
Assignees

Comments

@Croydon
Copy link
Contributor

Croydon commented Apr 25, 2024

The Python 3.7.13 version used in the containers are using OpenSSL 1.0.2g 1 Mar 2016

Printed via

import ssl
[...]
    def configure(self):
        self.output.info(ssl.OPENSSL_VERSION)

OpenSSL added TLS 1.3 support in 1.1.1+

Hence, Conan can not download sources from servers that only support TLS 1.3.

This was a problem in conan-io/conan-center-index#23234

Right now, this might be the exception, but this will become a bigger problem over time. I am opening this issue to raise some awareness about this problem.

@uilianries uilianries self-assigned this Apr 25, 2024
@uilianries
Copy link
Member

@Croydon Danke for reporting, I'll be checking!

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