Hello,
I've installed Nagios Grapher 1.5-1 with Nagios 2.2.
Almost everything works as expected, I have 1 problem though. Our Nagios web site is
accessible through a secure connection only. All URLs must be generated with https://...
When clicking on the Nagios Grapher icons to see the performance graphs it opens as
expected, but almost every link URL within the graph frame is generated with http://..
instead of https://.. I've looked into graph.pl and I can see that self referring URLs are
generated with:
$self = $q->self_url;
Please note that links that are not generated with $self (such as Reload, Close, PDF,
SVG, EPS) are fine.
Any idea why self_url returns http:// instead of https://, and how this can be fixed?
Thanks,
I've installed Nagios Grapher 1.5-1 with Nagios 2.2.
Almost everything works as expected, I have 1 problem though. Our Nagios web site is
accessible through a secure connection only. All URLs must be generated with https://...
When clicking on the Nagios Grapher icons to see the performance graphs it opens as
expected, but almost every link URL within the graph frame is generated with http://..
instead of https://.. I've looked into graph.pl and I can see that self referring URLs are
generated with:
$self = $q->self_url;
Please note that links that are not generated with $self (such as Reload, Close, PDF,
SVG, EPS) are fine.
Any idea why self_url returns http:// instead of https://, and how this can be fixed?
Thanks,
Roy.