HomarrH
Homarr12mo ago
4 replies
andres

OIDC error, message: 'self-signed certificate'

Hi

Recently OIDC login broke for me with this message:
[next-auth][error][SIGNIN_OAUTH_ERROR] 
https://next-auth.js.org/errors#signin_oauth_error self-signed certificate {
  error: {
    message: 'self-signed certificate',
    stack: 'Error: self-signed certificate\n' +
      '    at TLSSocket.onConnectSecure (node:_tls_wrap:1560:34)\n' +
      '    at TLSSocket.emit (node:events:511:28)\n' +
      '    at TLSSocket._finishInit (node:_tls_wrap:977:8)\n' +
      '    at ssl.onhandshakedone (node:_tls_wrap:771:12)',
    name: 'Error'
  },
  providerId: 'oidc',
  message: 'self-signed certificate'
}


Thing is neither homarr nor authentik are using self signed certs on my end...
What can I do?
Was this page helpful?