emilk / ehttp

Minimal Rust HTTP client for both native and WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignoring TLS cert expiration

arturkreihs opened this issue · comments

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

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?