treagod / spectator

Client to test web endpoints
https://treagod.github.io/spectator/
GNU General Public License v3.0
77 stars 6 forks source link

Ignore insecure certificate #102

Open canonex opened 1 year ago

canonex commented 1 year ago

An option to ignore unsecured certificates (like the curl --insecure/-k option) such as self-signed certificates (e.g. for local testing) would be useful. Currently the request to a service with invalid certificate does not return an error but remains as pending.

Thank you, Riccardo