I am using this gem as an OIDC provider and this omniauth_openid_connect gem as an OIDC client.
When I clicked on the Login button at the client and got an error below:
Could not authenticate you from **Docerfy** because "Ssl connect returned=1 errno=0 peeraddr=165.227.39.24:443 state=error: certificate verify failed (unable to get local issuer certificate)".
Docerfy is name of OIDC provider that i configured in the client.
I am quite confused because I do not know if the error lies in these gems or from somewhere else.
Hi!
I am using this gem as an OIDC provider and this omniauth_openid_connect gem as an OIDC client.
When I clicked on the Login button at the client and got an error below:
Could not authenticate you from **Docerfy** because "Ssl connect returned=1 errno=0 peeraddr=165.227.39.24:443 state=error: certificate verify failed (unable to get local issuer certificate)".
Docerfy is name of OIDC provider that i configured in the client.
I am quite confused because I do not know if the error lies in these gems or from somewhere else.
Hope this help!