Describe the bug
I have updated CODE today and now no request is working anymore. It throws the following:
SSL peer certificate or SSH remote key was not OK
To Reproduce
Idk ^^ maybe try to request a self-signet cert endpoint.
Steps to reproduce the behavior:
Expected behavior
No browser or my App is throwing this so I expect it to just work.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Idk what the prev. version was or if there is any logs I could paste here. Just tell me.
This works:
curl --request POST \
--url https://api.m8finder.lcl/auth/login \
--header 'content-type: application/json' \
--data '{
"email": "Xxxxx",
"password": "123456"
}'
Directly exported from Insomnia
I'm also hitting the same issue.
Edit: Fixed by unchecking "Validate certificates" in settings.
I'm also hitting the same issue.
Edit: Fixed by unchecking "Validate certificates" in settings.
Works, but this is a security vulnerability. We have not found a way to get this working with validation aside from downgrading insomnia. Best I can tell is it is some weird incompatibility with how my company's cert authority issues certs and insomnia. Would really like to see a fix for this so we can upgrade to latest versions.
Edit: Fixed by unchecking "Validate certificates" in settings.
This is required to login to Insomnia accounts as well (fresh install)
I can confirm that downgrading to v7.1.0 solves this and certificate validation works as intended.
Most helpful comment
I'm also hitting the same issue.
Edit: Fixed by unchecking "Validate certificates" in settings.