Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Error fatal: Could not set SSL backend to 'openssl': already set

Tags:

git

I have been facing an error (fatal: Could not set SSL backend to 'openssl': already set) when I am trying to push my changes from local to remote git repository and cannot push any changes. If anyone knows about this error and how can we resolve it or how can can we reset the http.sslbackend to default please help.

like image 517
Chintan Shah Avatar asked Oct 19 '25 05:10

Chintan Shah


1 Answers

Even after reinstalling git issue can be still persist, Then try this command. git config --global --unset http.sslBackend

like image 71
Mohammed-5253 Avatar answered Oct 21 '25 20:10

Mohammed-5253