We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Detected SSL that will accept an unverified connection. This makes the connections susceptible to man-in-the-middle attacks.
Used below verify mode. .. http.verify_mode = OpenSSL::SSL::VERIFY_NONE ..
Effected source files:
sensu-plugins-nginx/bin/check-nginx-status.rb
Line 93 in d251f3a
sensu-plugins-nginx/bin/metrics-nginx.rb
Line 88 in d251f3a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Detected SSL that will accept an unverified connection. This makes the connections susceptible to man-in-the-middle attacks.
Used below verify mode.
..
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
..
Effected source files:
sensu-plugins-nginx/bin/check-nginx-status.rb
Line 93 in d251f3a
sensu-plugins-nginx/bin/metrics-nginx.rb
Line 88 in d251f3a
Remediation
The text was updated successfully, but these errors were encountered: