-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[OpenSSL Error] SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0 #6554
Comments
@JavaJix thanks for reporting. I can also reproduce, used the following curl:
Expected response:
But on insomnia we throw an error and see on the request timeline:
|
Try using an older version of insomnia. We ran into something very similar recently and a colleague eventually narrowed it down to the version of curl in insomnia having a regression introduced that was fixed in a subsequent build A February build of insomnia worked for us. colleague would have PRed a change but it seems like the version numbers are hardcoded in multiple places making it challenging to patch |
Hi there, I am facing this issue as well and would love to see it resolved. It's a major blocker across the organization and the alternatives are not convenient |
I was getting exactly the same error:
on Insomnia 8.4.5 on Sonoma. Upgraded Insomnia to 8.5.1, and it turned into:
here's the request:
|
NOTE TO INSOMNIA TEAM: see #6554 (comment)
Expected Behavior
Making an https post with a query variable and a JSON body (with the CAR vin number) to the Peugeot site, should receive a JSON reply with the latest car version and if it needs an upgrade
Actual Behavior
When making the https post call Insomnia return the following error (works with postman):
Error: Failure when receiving data from the peer
Reproduction Steps
Post URL: https://api.groupe-psa.com/applications/majesticf/v1/getAvailableUpdate
Query variable: client_id=20a4cf7c-f5fb-41d5-9175-a6e23b9880e5
Json Body to post (i obscured my car VIN number for privacy):
{
"vin": "XXXXXXXXXXXXX",
"softwareTypes": [
{
"softwareType": "ovip-int-firmware-version"
},
{
"softwareType": "map-eur"
}
]
}
Is there an existing issue for this?
Additional Information
Mac Os Version: 13.6 22G120
Mac Studio with M2 Max (12C/38GPU) 32Gb ram and 512Gb ssd.
I've updated Curl and OpenSSL to the latest version with brew but the issue is still there.
Curl version: 8.3.0
OpenSSL version: 3.1.2 1 Aug 2023 (Library: OpenSSL 3.1.2 1 Aug 2023)
Below the timeline view:
| {
| "vin": "XXXXXXXXXXXXXXXXX",
| "softwareTypes": [
| {
| "softwareType": "ovip-int-firmware-version"
| },
| {
| "softwareType": "map-eur"
| }
| ]
| }
< HTTP/1.1 200 OK
< Connection: close
< Expires: 0
< Cache-Control: no-store, no-cache, must-revalidate, private
< Content-Type: application/json
< Date: Sun, 24 Sep 2023 09:44:16 GMT
< X-Global-Transaction-ID: 945fb68f651004f01e36bccd
< User-Agent: insomnia/2023.5.8
< Set-Cookie: PSACountry=IT; Domain=.groupe-psa.com; Path=/
< Vary: Accept-Encoding
Insomnia Version
2023.5.8
What operating system are you using?
macOS
Operating System Version
macOS 13.6 22G120
Installation method
download from insomnia site
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: