我正在尝试为 Monero 节点设置钱包 RPC,但是当我使用 cURL 到该端口时,我收到此错误:
curl: (1) Received HTTP/0.9 when not allowed
但是,检查 curl --version 给了我这个:
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
我认为只有在没有 nghttp2 的情况下编译 cURL 时才会出现该错误。这是一个运行 20.04 的 AWS 环境。