Requests icon indicating copy to clipboard operation
Requests copied to clipboard

Tests: add/adjust SSL related tests

Open jrfnl opened this issue 5 years ago • 2 comments

@Synchro was kind enough to inform me of the https://badssl.com/ website which sounds like an awesome resource to use in the SSL related unit tests for this repo.

It is basically an domain with endpoint to get all sorts of SSL (error) responses to help verify those are handled correctly.

jrfnl avatar Oct 26 '20 15:10 jrfnl

Neat, though that this will add more external dependency, ie tests failing when the host is unreachable

ozh avatar Oct 26 '20 16:10 ozh

Well, tests are currently also failing for that reason, so some experimenting to see if this would be stable enough is at least something to consider.

jrfnl avatar Oct 26 '20 17:10 jrfnl