D
D
Denis2016-07-15 14:11:22
Android
Denis, 2016-07-15 14:11:22

How to resolve SSL errors when working with GIT in Android Studio?

Please help me solve the problem with SSL
Today, when trying to push to bitbacket(GIT) from android studio, the environment gave the following error:
Failed with error: fatal: unable to access ' https://bitbucket.org/.... ': SSL certificate problem: unable to get local issuer certificate
Everything worked fine before.
Yes, and the other day the environment gave out such a window
0e917299f01c4a27b91d3863c854e459.jpg
Please help me solve the problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
exenza, 2016-07-15
@exenza

You can try:
1. add the CA of the signed certificate to the trusted list on the machine
2. disable (not recommended) git ssl:

git config --global http.sslVerify false

3. set up git on a folder with SSL signed certificate of git server (not for self-signed certificates)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question