" I guess my question is this, when specifying an Internet style socket, are requests that are addressed to the originating machine handled any differently internally than requests that are addressed to a different IP? "

Nope, even loopback is a psuedo device, so sending to that will not make a difference. I dont think were dealing with a code problem persay, or a socket problem, nor is it an operating system problem, in my thinking it is an arcitecture issue, as I am typing this I am compiling all the needed modules to debug further into this on a sparc processor (for it seeminly runs just fine using x86).

It turns out it worked fine on my sparc (OpenBSD sparc SUNW,SPARCstation-5, MB86907 @ 170 MHz, on-chip FPU), and after looking at the acctuall SSL.pm, it might be an issue with your installation of SSL, try grabbing a brand spanking new copy of ssl, recompile your https against it, and same with Net::SSL, make sure both the server and the program are reading from the same page.

Ill post more as I dig more into it and try to recreate the error, btw: what web server are you running?

In reply to Re: Socket problems and SSL by cleen
in thread Socket problems and SSL by shotgunefx

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.