Hi,
I have recently install the SSL on our bitbucket server and it is now moved to https from http.
Now I'm getting an issue while cloning when I have below git global config
$ git config --list
core.autocrlf=input
http.sslcapath=/etc/pki/tls/certs
http.sslverify=true
ERROR:
~ $ git clone https://devbitbucket:8080/scm/abc.git
Cloning into 'abc'...
warning: templates not found /usr/local/share/git-core/templates
fatal: unable to access 'https://devbitbucket:8080/scm/abc.git/': Peer's Certificate issuer is not recognized
Note: I had install CA certify SSL through openssl so in my keystore I do have trustedCertEntry and PrivateKeyEntry.
Keystore type: jks
Keystore provider: SUN
Your keystore contains 2 entries
Alias name: devbitbucket
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
And
Alias name: devbitbundle
Entry type: trustedCertEntry
I am having the same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.