Change link from http to https in alert-email
Hello,
In my alert emails to the admins at the bottom of the email is the URL link to the hobbit server alert page.
http://neuron/hobbit-cgi/bb-hostsvc.sh?HOST=v43mgt&SERVICE=msgs
The problem is that its suppose to be https and not http, so the link doesnt work.
I changed the variable BBWEBHOST in the hobbitserver.cfg file hoping that would fix it.
BBWEBHOST="https://$BBSERVERWWWNAME"
But it didnt.
how can fix this???
thanx, michael
You can use mod_rewrite to rewrite all incoming http requests to https. This all makes like easier on your customers. Details are on the Apache site.
Thanks, Larry Barber
On 11/2/06, Michael A. Price <mprice at hst.nasa.gov> wrote:
Hello,
In my alert emails to the admins at the bottom of the email is the URL link to the hobbit server alert page.
http://neuron/hobbit-cgi/bb-hostsvc.sh?HOST=v43mgt&SERVICE=msgs
The problem is that its suppose to be https and not http, so the link doesnt work.
I changed the variable BBWEBHOST in the hobbitserver.cfg file hoping that would fix it.
BBWEBHOST="https://$BBSERVERWWWNAME" <https://$BBSERVERWWWNAME>
But it didnt.
how can fix this???
thanx, michael
Hello,
In the alert emails to the admins at the bottom of the email is the URL link to the hobbit server alert page.
http://neuron/hobbit-cgi/bb-hostsvc.sh?HOST=v43mgt&SERVICE=msgs
The problem is that its suppose to be https and not http, so the link doesnt work.
I changed the variable BBWEBHOST in the hobbitserver.cfg file hoping that would fix it.
BBWEBHOST="https://$BBSERVERWWWNAME"
But it didnt.
how can fix this???
thanx, michael
participants (2)
-
lebarber@gmail.com
-
mprice@hst.nasa.gov