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

Add support for native-tls #56

Open
McPatate opened this issue Apr 8, 2024 · 1 comment · May be fixed by #61
Open

Add support for native-tls #56

McPatate opened this issue Apr 8, 2024 · 1 comment · May be fixed by #61

Comments

@McPatate
Copy link
Member

McPatate commented Apr 8, 2024

It appears that adding native-tls as a feature in ureq is not sufficient, and that the native_tls::TlsConnector must explicitly be used in code.

@jamiegl
Copy link

jamiegl commented May 16, 2024

I've implemented something using rustls-native-certs to get around some problems I was having with candle using our internal certificates. It shouldn't be too hard to add here if we're interested in that approach.

@jamiegl jamiegl linked a pull request May 22, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants