Any help on how to get past this would be greatly appreciated

Note that Srawberry Perl-5.30.3 already ships with (latest) IO-Socket-SSL-2.068, and Srawberry Perl-5.30.2 ships with version 2.067.

If you're happy to skip the hanging test you can just go into the IO-Socket-SSL build directory and change t/sni_verify.t to a different file extension. (I usually change the extension from ".t" to ".t_hide".
Then you can cd into that IO-Socket-SSL build directory and run make test. (The t/sni_verify.t_hide script will be ignored.)
Then, if you're happy enough with the results of that, you can run make install.

But if you want some assistance in getting the hanging script to test correctly, we'll need at least the output of perl -V.
Even then, a solution is not guaranteed.

I see a couple of bug reports have been filed recently about this. (Here and here.)
I guess you filed one of them ?

You could even open an issue with Strawberry Perl.
Strictly, since they're providing the module, they're probably not obliged to concern themselves with such an issue.
But some there might already have some knowledge of this problem that they're prepared to share.

Cheers,
Rob

In reply to Re: IO::Socket::SSL install problems by syphilis
in thread IO::Socket::SSL install problems by Anonymous Monk

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.