Self Signed SSL Certificate verification is not skipped by Scrutiny collector[BUG] #536
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
Scrutiny Collector can't communicate with the WebApp when using HTTPS with self signed certificates.
This is on a Bare Metal System with 1 instance of the WebApp and 2 instances of the collector (one on same machine & another on a different machine)
Expected behavior
The collector is able to send data to the WebApp via HTTPS without failing.
Actual Behavior
The collector fails with journalctl showing it is unable to verify the certificate.
Error shown by journalctl:
Steps To Reproduce
Install Scrutiny-WebApp as per the INSTALL_MANUAL.
Install Scrutiny-Collector as per the INSTALL_MANUAL.
Ensure Collector and WebApp work by running collector with --api-endpoint http://ip:port
Configure Reverse Proxy such that https://scrutiny.internal points to http://ip:port of scrutiny. (Can post Apache config file if required)
Point api-endpoint to https://scrutiny.internal
Run the Scrutiny-collector.
Check the Journal.
** Steps attempted to solve**
Log Files
Not Applicable
The text was updated successfully, but these errors were encountered: