Is there anything else that i can try to prevent this error?

Here are just a few of the things you could try. Note that since you've decided not to say what the exact URL involved is, you won't reap the most benefit of the collective experience of the Monastery. Why have you not provided this very important piece of data?

  1. Try setting appropriate headers.
  2. Make sure you are running the most recent versions of all the relevant modules, particularly Mozilla::CA and IO::Socket::SSL but also LWP::Protocol::https and REST::Client itself of course. Also ensure your version of openssl is up to date.
  3. Use strict and warnings.
  4. Don't even think about not validating the hostname or server certificate. It is 2020 and any remote service with an invalid certificate is not to be trusted.
  5. Try setting a known user agent identifier.
  6. Use 'debug4' with IO::Socket::SSL to trace the TLS connection.
  7. Tell us which version of Perl you are running, on which O/S and, as already mentioned, which precise URL.

🦛


In reply to Re: REST::Client 500 Error by hippo
in thread REST::Client 500 Error by ty_sopw

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.