Gitlab error

Started GET “/users/auth/crowd/callback” for 10.78.85.72 at 2020-05-10 07:52:33 -0600

OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)):
I am getting this error when trying to authenticate a user through crowd app, through https. Http os working fine.

Hi,

can you share some more details about your setup, please?

  • Version from https://gitlabserver.localdomain/help.
  • Which certificates do you use for enabling HTTPS on your instance?

Also, please provide the output of

openssl s_client -connect gitlabserver.localdomain:443 

Replace gitlabserver.localdomain with your actual FQDN above.

Cheers,
Michael