Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^8: Error 500 in LWP

by YarNik (Sexton)
on Aug 19, 2017 at 15:00 UTC ( [id://1197660]=note: print w/replies, xml ) Need Help??


in reply to Re^7: Error 500 in LWP
in thread Error 500 in LWP

200 => 200 OK 200 => 200 OK 200 => 200 OK 200 => 200 OK 200 => 200 OK 200 => 200 OK LWP: 5.833 IO::Socket::SSL: 1.31
Perfectly! Thanks you.

In this case it's a dedicated server and I'm root. Hosting support did not solve the problem, because the error is not theirs and access by wget is good. Maybe you know what to check on the server to fix the error?

Upd: My hosting company not support IPv6...

Replies are listed 'Best First'.
(OT) IPv6 Re^9: Error 500 in LWP
by hippo (Bishop) on Aug 21, 2017 at 09:19 UTC
    Hosting support did not solve the problem, because the error is not theirs and access by wget is good.

    wget silently falls back to IPv4 if IPv6 fails. You can demonstrate this by forcing it to use IPv6 only:

    $ wget -6 https://www.microsoft.com/
    Maybe you know what to check on the server to fix the error?

    Maybe IPv6 networking isn't enabled at all or no global scope address has been assigned or there is no default route set up or ...

    You will have to work with your hosting provider to determine the correct configuration details to use.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197660]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found