Insomnia: Newest update throws: SSL peer certificate or SSH remote key was not OK

Created on 6 Jun 2020  路  5Comments  路  Source: Kong/insomnia

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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):

  • OS: [e.g. macOS 10.15.1]
  • Installation Method: [e.g. homebrew]
  • App Version [e.g. v7.0.3]

Additional context

Idk what the prev. version was or if there is any logs I could paste here. Just tell me.

bug help wanted needs investigation

Most helpful comment

I'm also hitting the same issue.

Edit: Fixed by unchecking "Validate certificates" in settings.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings