hf-hub icon indicating copy to clipboard operation
hf-hub copied to clipboard

Add support for `native-tls`

Open McPatate opened this issue 2 years ago • 1 comments

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.

McPatate avatar Apr 08 '24 10:04 McPatate

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 avatar May 16 '24 21:05 jamiegl

Option shown here: https://github.com/huggingface/hf-hub?tab=readme-ov-file#ssltls

Narsil avatar Dec 30 '24 15:12 Narsil