You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: