<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Here is the output from the two command
      you suggested:<br>
      <img src="cid:part1.02090009.03000906@washburn.edu" alt=""
        height="318" width="957"><br>
      <pre class="moz-signature" cols="72">Jewel</pre>
      On 12/19/2012 3:46 PM, Tim McCloskey wrote:<br>
    </div>
    <blockquote
cite="mid:17B6660400B82F4DB3F130DCDC7EC4EB22D8C8B2@BY2PRD0710MB378.namprd07.prod.outlook.com"
      type="cite">
      <pre wrap="">This was supposed to be attached in the last spew.  Likely explanation of why make clean failed


# ./configure.server 
Configuration script for Xymon
Already configured - remove Makefile to re-configure

# rm Makefile 
rm: remove regular file `Makefile'? y

# make clean
make: *** No rule to make target `clean'.  Stop.

________________________________________
From: <a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a> [<a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>] on behalf of Tim McCloskey [<a class="moz-txt-link-abbreviated" href="mailto:tm@freedom.com">tm@freedom.com</a>]
Sent: Wednesday, December 19, 2012 1:41 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>
Subject: Re: [Xymon] Monitoring HTTPS sites

1.  To verify all of the SSL bits are there; You should be able to do the following on Ubuntu and report the output back to the list.

dpkg -l | egrep -i '(ssl|pcre)'

Another method from the Ubuntu faq: apt-cache search libssl | grep SSL

And yes, I snuck pcre in the search.


2.  You probably don't have a Makefile, so 'make clean' in this case is going to fail, but you still have stuff in the build subdir that might create fun times.
So, move/rename your source tree and extract again like already mentioned.  Then run ./configure.server make && make install.  But don't waste your time if the output from the package list above does not include the proper SSL packages.

Good Luck!



________________________________________
From: Tim McCloskey
Sent: Wednesday, December 19, 2012 1:16 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>
Subject: RE: [Xymon] Monitoring HTTPS sites

You should not need to specify any path names if the libraries are installed in normal locations.  Having not used Ubuntu I can't offer much help in that regard.  Same goes for if the libssl-devel package is the same as openssl-devel in other distributions.

>From your source directory:

make clean
./configure.server
Look at output from configure.

make
Look at output from make.

make install
Look at make install output.

Take careful note of the output from the build, maybe dump it into a text file.


Tim

________________________________________
From: <a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a> [<a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>] on behalf of Jewel Makda [<a class="moz-txt-link-abbreviated" href="mailto:jewel.brueggeman-makda@washburn.edu">jewel.brueggeman-makda@washburn.edu</a>]
Sent: Wednesday, December 19, 2012 1:09 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>
Subject: Re: [Xymon] Monitoring HTTPS sites

I know I don't have any issues with blocked ports or anything.  I think
the SSL Libraries are still not configured.  When I run (xymonnet
--version) it still only shows my xymon version and no SSL libraries. I
installed openssl and libssl-dev

I am not sure what path to include when I run the ./configure.server
command.

When do I run the make clean?

Jewel

On 12/19/2012 2:58 PM, Tim McCloskey wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">The first thing that came to mind when I saw your re-compile message is that you did not run 'make clean' prior to adding those new options.

That said, it sounds like you did get ssl working... If ssl is working now (xymonnet --version shows the ssl libraries, etc) then I would have a look at any network or server firewalls/acls that prevent your xymon server from --> yourclient:tcp 443.

If you don't know about any rules you can try to telnet to port 443 on the client from your xymon server.  There are also some certificate options that you may need to sort out once you can speak to the remote on 443.


Tim


________________________________________
From: <a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a> [<a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>] on behalf of Jewel Makda [<a class="moz-txt-link-abbreviated" href="mailto:jewel.brueggeman-makda@washburn.edu">jewel.brueggeman-makda@washburn.edu</a>]
Sent: Wednesday, December 19, 2012 12:30 PM
To: Novosielski, Ryan
Cc: <a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>
Subject: Re: [Xymon] Monitoring HTTPS sites

Sorry.  What I mean is the status turns "red" and says "Server timeout."
I am not sure is there are any logs which will help me determine what I
am missing.

Jewel

On 12/19/2012 2:28 PM, Novosielski, Ryan wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"It fails" is not particularly specific.

On 12/19/2012 03:14 PM, Jewel Makda wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">I am runnng Ubuntu 11.04. I ran: sudo apt-get install libssl-dev I
also reran configure using the following command: sudo
./configure.server --pcreinclude /usr/inlcude --pcrelib /usr/lib
--sslinclude /usr/include --ssllib /usr/include

It found the SSL libraries and asked if I want to enable SSL and I
said yes.  I then ran Make and Make Install successfully. I then
restarted Apache and Xymon but it still fails when I ask it to
monitor a website using https.

Jewel

On 12/19/2012 1:33 PM, Tim McCloskey wrote:
</pre>
            <blockquote type="cite">
              <pre wrap="">Jewel,

What version of linux are you running?  The openssl-devel package
mentioned by Paul contains the files that are often missing when
people run into this sort of issue. The same thing happens when
people don't install the various 'devel' packages.

Regards, Tim ________________________________________ From:
<a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a> [<a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>] on behalf of
Root, Paul [<a class="moz-txt-link-abbreviated" href="mailto:Paul.Root@CenturyLink.com">Paul.Root@CenturyLink.com</a>] Sent: Wednesday, December
19, 2012 11:24 AM To: 'Jewel Makda' Cc: '<a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>'
Subject: Re: [Xymon] Monitoring HTTPS sites

Never leave the mailing list. Always reply all.

Yes, that is different.  We're talking Linux here. You don't
specify, so we on the list are forced to guess.

The openssl Linux package is just the executable. You need header
files, etc. to be able to compile things to use it.



-----Original Message----- From: Jewel Makda
[<a class="moz-txt-link-freetext" href="mailto:jewel.brueggeman-makda@washburn.edu">mailto:jewel.brueggeman-makda@washburn.edu</a>] Sent: Wednesday,
December 19, 2012 1:12 PM To: Root, Paul Subject: Re: [Xymon]
Monitoring HTTPS sites

I do have OpenSSL version 1.0.1 installed. Is this different?

Jewel

On 12/19/2012 11:59 AM, Root, Paul wrote:
</pre>
              <blockquote type="cite">
                <pre wrap="">You need openssl-devel installed. You may need to recompile or
reinstall Xymon after you add it.


-----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>
[<a class="moz-txt-link-freetext" href="mailto:xymon-bounces@xymon.com">mailto:xymon-bounces@xymon.com</a>] On Behalf Of Jewel Makda Sent:
Wednesday, December 19, 2012 11:24 AM To: <a class="moz-txt-link-abbreviated" href="mailto:xymon@xymon.com">xymon@xymon.com</a>
Subject: [Xymon] Monitoring HTTPS sites

I am running version 4.3.5 When I run xymonnet --version I
don't get any SSL libraries - just my version. I would like to
be able to monitor some https sites but when I add the urls to
the hosts.cfg file it fails.  I am running the web console for
my Xymon server over https.  I am a newbie to linux so
responses could be dummied down it would be greatly
appreciated.

Thanks in advance, -- Jewel
_______________________________________________ Xymon mailing
list <a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
_______________________________________________ Xymon mailing
list <a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
              </blockquote>
              <pre wrap="">_______________________________________________ Xymon mailing
list <a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>


_______________________________________________ Xymon mailing
list <a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
            </blockquote>
            <pre wrap="">_______________________________________________ Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a> <a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>

</pre>
          </blockquote>
          <pre wrap="">- --
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |<a class="moz-txt-link-abbreviated" href="mailto:novosirj@umdnj.edu">novosirj@umdnj.edu</a> - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - <a class="moz-txt-link-freetext" href="http://www.enigmail.net/">http://www.enigmail.net/</a>

iEYEARECAAYFAlDSI1QACgkQmb+gadEcsb4gWACgrPC8ibOGARb2Qr3w6crmGTf1
c3AAn0xfNxEltxhrW9+oeTjysMR26z7e
=s71t
-----END PGP SIGNATURE-----

</pre>
        </blockquote>
        <pre wrap="">_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>


_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>


_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>


_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>