8000 Frequently fails with HTTPS‌ POST(libressl) · Issue #1035 · oatpp/oatpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Frequently fails with HTTPS‌ POST(libressl) #1035

New issue

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

Open
yanhaixin opened this issue Mar 25, 2025 · 0 comments
Open

Frequently fails with HTTPS‌ POST(libressl) #1035

yanhaixin opened this issue Mar 25, 2025 · 0 comments

Comments

@yanhaixin
Copy link

Hello

When using libcurl to send a POST request with a large payload (600KB repeated 100 times, total ~60MB) to an oat++ server:

Works perfectly over ‌HTTP‌
Frequently fails with errors when switching to ‌HTTPS‌ (error details shown below).

  • Trying 127.0.0.1:8000...
  • ALPN: curl offers http/1.1
  • SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / [blank] / UNDEF
  • ALPN: server did not agree on a protocol. Uses default.
  • Server certificate:
  • subject: C=CN; ST=JiangSu; L=Nanjing
  • start date: Mar 20 05:23:57 2025 GMT
  • expire date: Mar 18 05:23:57 2035 GMT
  • issuer: C=CN; ST=JiangSu; L=Nanjing
  • SSL certificate verify result: self signed certificate (18), continuing anyway.
  • Certificate level 0: Public key type ? (1024/80 Bits/secBits), signed using sha256WithRSAEncryption
  • Connected to 127.0.0.1 (127.0.0.1) port 8000
  • using HTTP/1.x

POST /write?db=hts HTTP/1.1
Host: 127.0.0.1:8000
Accept: /
protocol: binary
Content-Length: 660048
Content-Type: application/x-www-form-urlencoded

  • Send failure: Connection reset by peer
  • LibreSSL SSL_write: LibreSSL/4.0.0: error:02FFF068:system library:func(4095):Connection reset by peer, errno 104
  • closing connection #0

Reducing the payload size has been observed to increase HTTPS transmission success rates.
any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0