We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.24
Linux
amd64
port: 8081 # socks-port: 7891 # redir-port: 7892 allow-lan: true mode: Rule log-level: debug external-controller: 0.0.0.0:9090 dns: enable: false ipv6: false Proxy: - { name: "socks5h", type: socks5, server: 127.0.0.1, port: 1080, tls: true, skip-cert-verify: true } Proxy Group: - { name: "Proxy", type: select, proxies: [ "socks5h" ] } Rule: - DOMAIN-KEYWORD,google,Proxy - GEOIP,CN,DIRECT - MATCH,Proxy
curl -x http://127.0.0.1:8081 -v https://www.google.com * Rebuilt URL to: https://www.google.com/ * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8081 (#0) * allocate connect buffer! * Establish HTTP proxy tunnel to www.google.com:443 > CONNECT www.google.com:443 HTTP/1.1 > Host: www.google.com:443 > User-Agent: curl/7.58.0 > Proxy-Connection: Keep-Alive > < HTTP/1.1 200 Connection established < * Proxy replied 200 to CONNECT request * CONNECT phase completed! * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs * TLSv1.3 (OUT), TLS handshake, Client hello (1): * CONNECT phase completed! * CONNECT phase completed! * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.google.com:443 * stopped the pause stream! * Closing connection 0 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.google.com:443
GNU C Library (Ubuntu GLIBC 2.27-3ubuntu1.5) stable release version 2.27 通过privoxy做代理的正常输出
curl -x http://127.0.0.1:8080 -v https://www.google.com
CONNECT www.google.com:443 HTTP/1.1 Host: www.google.com:443 User-Agent: curl/7.58.0 Proxy-Connection: Keep-Alive
< HTTP/1.1 200 Connection established <
GET / HTTP/2 Host: www.google.com User-Agent: curl/7.58.0 Accept: /
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
先决条件
版本
v2.0.24
适用的作业系统
Linux
适用的硬件架构
amd64
配置文件
日志输出
问题描述
GNU C Library (Ubuntu GLIBC 2.27-3ubuntu1.5) stable release version 2.27
通过privoxy做代理的正常输出
curl -x http://127.0.0.1:8080 -v https://www.google.com
< HTTP/1.1 200 Connection established
<
CApath: /etc/ssl/certs
< HTTP/2 200
< date: Mon, 26 Feb 2024 07:40:52 GMT
< expires: -1
< cache-control: private, max-age=0
复现步骤
No response
The text was updated successfully, but these errors were encountered: