npocmaka / batch.scripts

batch script utils and examples by npocmaka -
https://www.linkedin.com/in/npocmaka/
MIT License
1.07k stars 874 forks source link

Added '-ignoreCertError' command line argument to winhttpjs.bat #35

Closed Stybi closed 3 years ago

Stybi commented 3 years ago

With this option one can ignore certificate errors. This can be useful when testing a local server which has a certificate with not trusted certificate authority (e.g. locally generated for test purposes only). The script can than be used for automated tests.

npocmaka commented 3 years ago

thanks