私はmacOS 13を使用しており、端末で次のようにプロキシを設定します.
➜ depot_tools git:(d9e2d479) env|grep all_proxy
all_proxy=socks5://127.0.0.1:7890
次に、次のようにカールコマンドを使用します。
➜ depot_tools git:(d9e2d479) curl -L -v https://www.facebook.com
* Uses proxy env variable all_proxy == 'socks5://127.0.0.1:7890'
* Trying 127.0.0.1:7890...
* SOCKS5 connect to IPv4 31.13.76.99:443 (locally resolved)
* SOCKS5 request granted.
* Connected to (nil) (127.0.0.1) port 7890 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.facebook.com:443
* Closing connection 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.facebook.com:443
127.0.0.1:7890
Google ChromeでFacebookにアクセスするために使用できるので、うまくいくと確信しています。私が何かを見逃しているものはありますか?この問題を解決できますか?