bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

feat: add ability to accept/reject bad certs #22

Closed estilles closed 1 year ago

estilles commented 2 years ago

Add a new configuration option accept or reject unauthorized server certificates. The option will reject bad certificates by default.

Sample Config


Screen Shot 2021-12-23 at 1 40 35 PM

Resolves #21

Signed-off-by: Johnny Estilles johnny@estilles.com

JeffreyDavidsz commented 2 years ago

@estilles I've updated the module to ES6. After that updated it with your code, before release, could you please check it?