So at first I compiled Xymon with no SSL.<br>Then I re compiled it over the existing xymon (I made sure it is shutdown first) with the following in the Makefile . the configure.server added the below flags:  (Ubuntu 10.04)<br>
# OpenSSL settings<br>SSLFLAGS = -DHAVE_OPENSSL=1<br>SSLINCDIR = -I/usr/bin<br>SSLLIBS = -L/usr/include/openssl/ -lssl -lcrypto<br>RPATHVAL += /usr/include/openssl/<br><br>How can I tell if it was successful?<br><br>When I added the following to the hosts.cfg file;<br>
<ip> hostname # ssh <a href="https://mydomain.com">https://mydomain.com</a> ssh-tunnel<br><br>I get the following in the xymon status page:<br>= <a href="https://mydomain.com/">https://mydomain.com/</a> - Connected, but got empty response =<br>
<br>this is in the 'http' category.<br>should there be an 'https' category added?<br><br>Is there a way I can surely tell that the Xymon compiled installation has full openssl support?<br><br>TIA!<br><span class="Apple-style-span" style="color: rgb(216, 216, 191); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(0, 0, 0); font-size: medium; "></span><br>