Thanks Spudnuts for the reply!

I ran that command that was on that page to test a connection and I got a similar answer to what I already suspected.


trihedralguy@protego:~$ openssl s_client -connect 10.111.0.1:7001 -debug CONNECTED(00000003) write to 0x9211190 0x92117d0 (118 bytes => 118 (0x76)) 0000 - 80 74 01 03 01 00 4b 00-00 00 20 00 00 39 00 00 .t....K... ..9.. 0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0 8..5............ 0020 - 00 00 33 00 00 32 00 00-2f 03 00 80 00 00 05 00 ..3..2../....... 0030 - 00 04 01 00 80 00 00 15-00 00 12 00 00 09 06 00 ................ 0040 - 40 00 00 14 00 00 11 00-00 08 00 00 06 04 00 80 @............... 0050 - 00 00 03 02 00 80 8e f0-b9 c5 25 e5 0c 56 54 88 ..........%..VT. 0060 - aa fb c5 a9 4c a5 0a 6e-f7 db c1 85 6d 0a 70 af ....L..n....m.p. 0070 - f7 3c 7e 6f 7b 0e .<~o{. read from 0x9211190 0x9216d30 (7 bytes => 0 (0x0)) 3587:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188


More poking around to do I think.

In reply to Re^2: SSL/TCP Sockets by Trihedralguy
in thread SSL/TCP Sockets by Trihedralguy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.