I've upgraded to Ubuntu 12.04 which has openssl-1.0.1

My GET command now fails, because:
openssl s_client -connect server.com:443 fails.

From reading about the problem, I'm not sure openssl is going to fix this, it may be considered a "broken" server (but it's not my server to fix.)

My Perl question is: Since adding the -ssl3 option to s_client
openssl s_client -ssl3 -connect server.com:443 works. Is there's a way to set an ENV or configuration file so that GET and POST's will use the -ssl3 option.

jji

UPDATE

I'm using GET's and POST's in shell scripts.

In reply to GET, POST, and openssl 1.0.1 by notwitch

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.