[GH-ISSUE #2584] [求助] http proxy 报错 #2061

Closed
opened 2026-05-05 13:19:39 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @kbitlive on GitHub (Sep 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2584

Describe the feature request

正常使用 http 代理

* Connected to 10.0.0.1 (10.0.0.1) port 8118 (#0)
* allocate connect buffer!
* Establish HTTP proxy tunnel to boc.e-pointchina.com.cn:443
> CONNECT boc.e-pointchina.com.cn:443 HTTP/1.1
Host: boc.e-pointchina.com.cn:443
Proxy-Connection: Keep-Alive

< HTTP/1.1 200 Connection established
<
* Proxy replied 200 to CONNECT request
* CONNECT phase completed!
* ALPN, offering http/1.1
* CONNECT phase completed!
* CONNECT phase completed!
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: C=CN; ST=\U4E0A\U6D77\U5E02; O=\U6613\U767E\U4FE1\U606F\U6280\U672F\UFF08\U4E0A\U6D77\UFF09\U80A1\U4EFD\U6709\U9650\U516C\U53F8; CN=*.e-pointchina.com.cn
*  start date: Feb 24 00:00:00 2021 GMT
*  expire date: Mar 27 23:59:59 2022 GMT
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust CN RSA CA G1
*  SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
> POST /*****************  HTTP/1.1
Host: boc.e-pointchina.com.cn
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36
Content-Length: 147

* old SSL session ID is stale, removing
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< set-cookie: JSESSIONID=****************** Path=/flash_mall; HttpOnly
< vary: accept-encoding
< content-type: text/plain;charset=utf-8
< date: Wed, 22 Sep 2021 04:20:21 GMT
< x-envoy-upstream-service-time: 4
< server: ebuy/k-server/0.1
< transfer-encoding: chunked

使用 frp http proxy

*   Trying xxxxxxxxxxxx:8128...
* Connected to 1xxxxxxxxxxxx (xxxxxxxxxxxx) port 8128 (#0)
* allocate connect buffer!
* Establish HTTP proxy tunnel to boc.e-pointchina.com.cn:443
> CONNECT boc.e-pointchina.com.cn:443 HTTP/1.1
Host: boc.e-pointchina.com.cn:443
Proxy-Connection: Keep-Alive

< HTTP/1.1 200 OK
< 
* Proxy replied 200 to CONNECT request
* CONNECT phase completed!
* ALPN, offering http/1.1
* CONNECT phase completed!
* CONNECT phase completed!
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to boc.e-pointchina.com.cn:443 
* Closing connection 0

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @kbitlive on GitHub (Sep 22, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2584 ### Describe the feature request 正常使用 http 代理 ``` * Connected to 10.0.0.1 (10.0.0.1) port 8118 (#0) * allocate connect buffer! * Establish HTTP proxy tunnel to boc.e-pointchina.com.cn:443 > CONNECT boc.e-pointchina.com.cn:443 HTTP/1.1 Host: boc.e-pointchina.com.cn:443 Proxy-Connection: Keep-Alive < HTTP/1.1 200 Connection established < * Proxy replied 200 to CONNECT request * CONNECT phase completed! * ALPN, offering http/1.1 * CONNECT phase completed! * CONNECT phase completed! * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use http/1.1 * Server certificate: * subject: C=CN; ST=\U4E0A\U6D77\U5E02; O=\U6613\U767E\U4FE1\U606F\U6280\U672F\UFF08\U4E0A\U6D77\UFF09\U80A1\U4EFD\U6709\U9650\U516C\U53F8; CN=*.e-pointchina.com.cn * start date: Feb 24 00:00:00 2021 GMT * expire date: Mar 27 23:59:59 2022 GMT * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust CN RSA CA G1 * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway. > POST /***************** HTTP/1.1 Host: boc.e-pointchina.com.cn Content-Type: application/x-www-form-urlencoded User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36 Content-Length: 147 * old SSL session ID is stale, removing * Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < set-cookie: JSESSIONID=****************** Path=/flash_mall; HttpOnly < vary: accept-encoding < content-type: text/plain;charset=utf-8 < date: Wed, 22 Sep 2021 04:20:21 GMT < x-envoy-upstream-service-time: 4 < server: ebuy/k-server/0.1 < transfer-encoding: chunked ``` 使用 frp http proxy ``` * Trying xxxxxxxxxxxx:8128... * Connected to 1xxxxxxxxxxxx (xxxxxxxxxxxx) port 8128 (#0) * allocate connect buffer! * Establish HTTP proxy tunnel to boc.e-pointchina.com.cn:443 > CONNECT boc.e-pointchina.com.cn:443 HTTP/1.1 Host: boc.e-pointchina.com.cn:443 Proxy-Connection: Keep-Alive < HTTP/1.1 200 OK < * Proxy replied 200 to CONNECT request * CONNECT phase completed! * ALPN, offering http/1.1 * CONNECT phase completed! * CONNECT phase completed! * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to boc.e-pointchina.com.cn:443 * Closing connection 0 ``` ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:19:39 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 23, 2021):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:950027164 --> @github-actions[bot] commented on GitHub (Oct 23, 2021): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2061
No description provided.