nrmjba / nagioschecker

Automatically exported from code.google.com/p/nagioschecker
0 stars 0 forks source link

Annoying warning boxes when HTTP transport is over SSL with issues #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We do have access to nagios via SSL. We use a self signed certificate as
we're only interested in encrypting the transport channel. If you call the
HTML-page the first time, you get a warning about the self signed
certificate and you're able to define an exception rule in Firefox.

If you use the https-URL in Nagios Plugin you always get a warning box
(self signed certificate) for every download attempt. This is annoying.

Solution to that could be:
a) Use the same exceptions defined for the certificate. 
b) Introduce a "don't bother me"-checkbox for that warnings.

Best regards
Andreas

Original issue reported on code.google.com by andreas....@web.de on 8 Oct 2008 at 11:37

GoogleCodeExporter commented 9 years ago
Hi all,

I have to admit being wrong. Solution a) is already implemented.

I made a configuration error and didn't recognize that I imported/accepted the 
wrong
certificate.

Best regards
Andreas

Original comment by andreas....@web.de on 8 Oct 2008 at 10:38

GoogleCodeExporter commented 9 years ago
Thank you for solving it yourself. ;-)

Original comment by petr.si...@gmail.com on 26 Nov 2008 at 5:52