cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
876
Views
0
Helpful
1
Replies

Unable to login after installing SSL Certificate

dion_austrade
Level 1
Level 1

Hi There,

We have PCA version 11.5, new install.

Everything was working fine.

I had LDAP authentication working & also could login with the globaladmin password.

After installing the SSL certificate to stop the SSL popup in the browser, 

We can no longer login to PCA Web Gui.

Both the local globaladmin and the Ldap user has the same issue.

I can login to SSH no problems..

Doing a TCPDUMP I can see it is trying to make an LDAP connection to a strange IP address that we dont manage.

Could this be some kind of BUG in PCA? where it is trying to do a CRL check on some internal cert?

I can happily browse to the PCA Webgui page (and certificate says the site is fine) but we just cant login anymore.

Any thoughts?

I have opened a TAC case, but no fix on that yet..

Cheers

1 Reply 1

Rune Heggelund
Level 5
Level 5

My problem was that the my root certificate was not added to the ca-bundle.

  • Login as root.
  • Copy your ca to certificates to /etc/pki/tls/certs/
  • Add your ca to the ca-bundle.crt
cat your-sub.crt > ca-bundle.crt
cat your-rootCA.crt >> ca-bundle.crt
  • Reload server