Search found 3 matches

by Sentenced
Fri May 31, 2013 3:25 am
Forum: Open Source Nagios Projects
Topic: [Solved] HTTPS vhost - after forcing redirect
Replies: 4
Views: 3674

Re: HTTPS vhost - after forcing redirect

Thank you., That solved my issue :)

root@hera:/usr/local/nagios/libexec$ ./check_http -I 12.34.56.78 -H -u domain.com -S
HTTP OK: HTTP/1.1 200 OK - 881 bytes in 0.014 second response time |time=0.014401s;;;0.000000 size=881B;;;0

Have a great day! Thanks again. :D
by Sentenced
Thu May 30, 2013 3:24 am
Forum: Open Source Nagios Projects
Topic: [Solved] HTTPS vhost - after forcing redirect
Replies: 4
Views: 3674

Re: HTTPS vhost - after forcing redirect

Hi, thank you for the reply.

To confirm, going to domain.com works fine.
It will redirect by default to https://www.domain.com

One more thing that I forgot to mention is that I have forbidden directory traversal in Apache (-Indexes).

Thank you.
by Sentenced
Wed May 29, 2013 9:26 am
Forum: Open Source Nagios Projects
Topic: [Solved] HTTPS vhost - after forcing redirect
Replies: 4
Views: 3674

[Solved] HTTPS vhost - after forcing redirect

Hi, I have an issue with one of my checks. Basically I'm trying to monitor a HTTPS vhost. Initial setup was fine, for both HTTP and HTTPS. The issue occur when I deployed the site live. Because the client wishes to force HTTPS, I'm getting the following: The response from HTTPS vhost: root@hera:/usr...