I scanned my webapp on an HTTPS-webserver with selfs-signed certificate and figured out, that valiadation is enabled in all requests. Please provide an option to dissable it or an option to provide a certificate for valiadation.
Example:
Line 138 in nosqlweb.py: response=request.get(url, verify=False)
I scanned my webapp on an HTTPS-webserver with selfs-signed certificate and figured out, that valiadation is enabled in all requests. Please provide an option to dissable it or an option to provide a certificate for valiadation.
Example:
Line 138 in nosqlweb.py: response=request.get(url, verify=False)