fterrag/simple-sqsd

feature request : Ignore invalid certificate while posting to SQSD_HTTP_URL

julienbornstein opened this issue · 1 comments

Hello,
When posting to a local https with generated localhost certificate it could be useful to allow invalid certificate and by pass security check using InsecureSkipVerify.
This could be setup with an Environnement var like SQSD_SSL_ENABLED=false/true (default true)

Addressed in #11