You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we need to use the git options sslCert, sslKey and sslCAInfo with git 1.8 and centos7 we get:
NSS: client certificate not found (nickname not specified)
ENVIRONMENT
AWX version: 6.1.0
AWX install method: docker
Ansible version: 2.8.2
Operating System: centos7
Web Browser: Chrome
STEPS TO REPRODUCE
1- docker run ansible/awx_task:latest bash
2- setup gitconfig to use sslCert (so that x509 handshake is needed)
3- export GIT_CURL_VERBOSE=1
4 - git clone
EXPECTED RESULTS
git clone works
ACTUAL RESULTS
NSS: client certificate not found (nickname not specified)
Cloning into 'repo'...
About to connect() to someServer port 443 (#0)
Trying someServer
Connected to someServer (xxxxx) port 443 (#0)
Initializing NSS with certpath: sql:/etc/pki/nssdb
SSL peer was unable to negotiate an acceptable set of security parameters.
Closing connection 0
ADDITIONAL INFORMATION
Upgrade from git version fixes the problem
The text was updated successfully, but these errors were encountered:
jomach
changed the title
git version is old and does not work witth x509 certificates
git version is old and does not work with x509 certificates
Jul 22, 2019
jomach
pushed a commit
to jomach/awx
that referenced
this issue
Jul 22, 2019
ISSUE TYPE
SUMMARY
If we need to use the git options sslCert, sslKey and sslCAInfo with git 1.8 and centos7 we get:
NSS: client certificate not found (nickname not specified)
ENVIRONMENT
STEPS TO REPRODUCE
1- docker run ansible/awx_task:latest bash
2- setup gitconfig to use sslCert (so that x509 handshake is needed)
3- export GIT_CURL_VERBOSE=1
4 - git clone
EXPECTED RESULTS
git clone works
ACTUAL RESULTS
NSS: client certificate not found (nickname not specified)
Cloning into 'repo'...
CApath: none
ADDITIONAL INFORMATION
Upgrade from git version fixes the problem
The text was updated successfully, but these errors were encountered: