https://preview.redd.it/6xs5lg07oned1.png?width=1135&format=png&auto=webp&s=86ff7dd499dc6d008de944fd699c9a52f9b7785b I am trying to run a POST call in perl, using UserAgent with the agent set as curl, This Perl throws this error. Do you guys have any idea on how to resolve this? I have only one installation of Perl. submitted by /u/alistair_0111 |
Hello,
Running CPAN behind a corporate proxy, it's not trusting the certs. The certs are installed on the machine so web browsing to https://cpan.org/r/perl/.rss works fine, but how can I modify the CPAN trust store to also trust these certs? I need to install a chain.
This is the error:
HTTP::Tiny failed with an internal error: SSL connection failed for
cpan.org
: SSL connect attempt failed error:0A000086:SSL routines::certificate verify failed
Thanks!
submitted by /u/L1onH3art_
[link] [comments]
I haven't been able to use the site in the last week or so. If it loads at all, it shows a Timeout Error after 30 seconds instead. Is it broken, and how long has it been this way?
submitted by /u/greg_kennedy
[link] [comments]
Just wondering if anyone else has managed to resolve a similar issue to the one I am facing below? I've installed the latest version of Catalyst under a PerlBrew environment (v5.38.2) and I'm working through the Catalyst manual. I can run the generated For some reason unknown to me, there is a roughly 30-second delay until the page is rendered. There are no Safari extensions enabled and there is no indication of any issue in Catalyst's console-logging. Safari Inspector Network Responses I do not see this delay when issuing the same request from my Chromium-based browser (Brave). The response is instant. I know the simple answer is to stop using Safari. Does anyone have any insights to share about what the problem might be with Safari? Other environmental factors: macOS Sonoma 14.5, running Catalyst under Thanks. submitted by /u/Biggity_Biggity_Bong |