emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
323 stars 30 forks source link

Ignoring TLS cert expiration #21

Closed arturkreihs closed 1 year ago

arturkreihs commented 1 year ago

Hi, Is there a way to ignore TLS cert expiration?

emilk commented 1 year ago

I have no idea. I don't even understand the question :)

ehttp is a thin wrapper around ureq and web_sys::Request. Check if they support it and report back?