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

Outdated references to OpenSSL / MbedTLS #1081

Closed
ericphanson opened this issue Jul 17, 2023 · 1 comment
Closed

Outdated references to OpenSSL / MbedTLS #1081

ericphanson opened this issue Jul 17, 2023 · 1 comment

Comments

@ericphanson
Copy link

HTTP.jl/src/HTTP.jl

Lines 193 to 194 in 10182c0

- `socket_type_tls = MbedTLS.SSLContext`, the type of socket to use for TLS connections. Defaults to `MbedTLS.SSLContext`.
Also supported is passing `socket_type_tls = OpenSSL.SSLStream`. To change the global default, set `HTTP.SOCKET_TYPE_TLS[] = OpenSSL.SSLStream`.

since #1039 changed the default to OpenSSL

@quinnj
Copy link
Member

quinnj commented Jul 18, 2023

will be fixed in #1079

@quinnj quinnj closed this as completed Jul 18, 2023
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