You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@lorenzoPractice:~/zephyr/samples/anyledger/anyledger-wallet# lighttpd -f misc/lighttpd.conf
2019-05-20 14:25:27: (network.c.273) warning: please use server.use-ipv6 only for hostnames, not without server.bind / empty address; your config will break if the kernel default for IPV6_V6ONLY changes
2019-05-20 14:25:27: (log.c.217) server started
root@lorenzoPractice:~/zephyr/samples/anyledger/anyledger-wallet# curl -X POST --header "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":987}' [::1]:8545
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>503 - Service Not Available</title>
</head>
<body>
<h1>503 - Service Not Available</h1>
</body>
</html>
Additional context
Trying to bypass the lighttpd.conf works:
Describe the bug
Error 503 when doing curl -X POST. The bug is present both in docker and in a droplet.
To Reproduce
https://github.com/AnyLedger/anyledger-wallet/blob/master/BUILD-qemu.md
-part one- networking, only points 2 and 3 are relevant here.
Expected behavior
Desktop (please complete the following information):
Error Log
Additional context
Trying to bypass the lighttpd.conf works:
Active ports:
-It actually works on a regular mac pc:
https://stackoverflow.com/questions/55895088/curl-post-returning-error-503-in-cloud-linux-instance-while-working-on-local-ma
The text was updated successfully, but these errors were encountered: