microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

How can I disable SSL check for running tests #812

Closed omarelkady22 closed 9 months ago

omarelkady22 commented 9 months ago

Description

Every time I run the tests I get hit with a connection reset by peer message, which I assume will be solved if I disable ssl cert check. I tried running _--nossl and adding the "disable_cert_validation":true in the _Compile/enginesettings.json. Any tips?

omarelkady22 commented 9 months ago

So, for anyone coming here making the same silly mistake I was making, when you add the "disable_cert_validation": true to the settings, don't use the --no_ssl flag