Requests
Requests copied to clipboard
Tests: add/adjust SSL related tests
@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.
Neat, though that this will add more external dependency, ie tests failing when the host is unreachable
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.