Abhijeetmishr commented on issue #10760: URL: https://github.com/apache/apisix/issues/10760#issuecomment-1880015972
@linzhanglong @hanqingwu @shreemaan-abhishek I want to work on this issue I have tried checking based on above details. Correct me If I am wrong Request > curl "http://127.0.0.1:9080/post" -X POST -vvv \ > -H "transfer-encoding: chunked" \ > -d "asdfgwuierhw9rghad98ghqwe98gqhwre9g8h9hd9vqhwe98ghqwe98ghwg" \ > -i Response > { > "args": {}, > "data": "", > "files": {}, > "form": { > "asdfgwuierhw9rghad98ghqwe98gqhwre9g8h9hd9vqhwe98ghqwe98ghwg": "" > }, > "headers": { > "Accept": "*/*", > "Content-Length": "59", > "Content-Type": "application/x-www-form-urlencoded", > "Host": "127.0.0.1", > "User-Agent": "curl/7.84.0", > "X-Amzn-Trace-Id": "Root=1-659a76fd-6b45a62f3a0678c265b0a3d5", > "X-Forwarded-Host": "127.0.0.1" > }, > "json": null, > "origin": "172.20.0.1, 49.205.40.78", > "url": "https://127.0.0.1/post" > } > USING HTTP Request > curl "https://127.0.0.1:9080/post" -X POST -vvv -H "transfer-encoding: chunked" -d "asdfgwuierhw9rghad98ghqwe98gqhwre9g8h9hd9vqhwe98ghqwe98ghwg" -i Response > error:1408F10B:SSL routines:ssl3_get_record:wrong version number -- 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]
