tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
737 stars 67 forks source link

allow to skip cert validation for internal test situations #565

Closed raffaeleragni closed 9 months ago

raffaeleragni commented 9 months ago

Adding the possibility to setup Reqwest client with ignore certificate mode.

This feature is used in cases https is used for non terminated proxies, but when testing internal infrastructure setups eg. when self signed or dev certificates are being used.

This is what I currently need to be able to use goose in the setup I have to load test.

raffaeleragni commented 9 months ago

Changed the comments

raffaeleragni commented 9 months ago

Ok, changed