Self certified SSL in Laragon server

I’m using Laragon server on windows 10 with nginx as development for my Grav site.
Laragon creates a local self signed certificate
Grav itself is working, but it seems the admin panel does not like the self certified ssh.
every admin page produces an error:

SSL peer certificate or SSH remote key was not ok for "https://getgrav.org/notifications.json?*********

Anybody any ideas how to fix this

It’s not your local env…

1 Like

@Karmalakas

Thanks - that fixed it.
I did many searches of the forum for relevant terms, and didn’t find anything.
Obviously not using the right search terms :slight_smile:

Hi, can you share more detailed, i’m using Laragon too. but still show

SSL peer certificate or SSH remote key was not OK for …

I think, this the problem

c++ - curl_easy_perform() failed: SSL peer certificate or SSH remote key was not OK - Stack Overflow

  1. We must download cacert.pem
  2. Replace with new one to folder laragon (etc/ssl)
  3. Done (Update)

Good luck