ywkaras commented on issue #8527:
URL: https://github.com/apache/trafficserver/issues/8527#issuecomment-972242709
The error output of the (verbose) failed curl command is:
```
* Trying 127.0.0.1:61311...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0* Connected to 127.0.0.1 (127.0.0.1) port 61311 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
* CApath: none
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [122 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [15 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [873 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [264 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=IE; ST=Dublin; L=Dublin; O=example.com; OU=example.com;
CN=example.com
* start date: Jan 26 14:56:08 2021 GMT
* expire date: Aug 21 14:56:08 2119 GMT
* issuer: C=IE; ST=Dublin; L=Dublin; O=example.com; OU=example.com;
CN=example.com
* SSL certificate verify result: self signed certificate (18), continuing
anyway.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade:
len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x1523ad0)
} [5 bytes data]
> POST /post-http2 HTTP/2
> Host: 127.0.0.1:61311
> user-agent: curl/7.79.0-DEV
> accept: */*
> content-length: 2310700
> content-type: application/x-www-form-urlencoded
>
{ [5 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [265 bytes data]
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
{ [265 bytes data]
* old SSL session ID is stale, removing
} [5 bytes data]
< HTTP/2 420
< content-length: 0
< date: Wed, 17 Nov 2021 20:19:03 GMT
< age: 0
< server: ATS/10.0.0
* HTTP error before end of send, stop sending
<
* HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
* stopped the pause stream!
61 2256k 0 0 61 1391k 0 60.0M --:--:-- --:--:-- --:--:--
61.7M
* Connection #0 to host 127.0.0.1 left intact
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]