SSL Connect Error on Git Fetch
1~$ git fetch
2fatal: unable to access 'https://github.com/icasimpan/example.git/': SSL connect error
Fixed by:
1yum update -y nss curl libcurl
1~$ git fetch
2fatal: unable to access 'https://github.com/icasimpan/example.git/': SSL connect error
Fixed by:
1yum update -y nss curl libcurl