Tuesday, 8 May 2018

How to add SSL host in Eclipse


Hello Folks,

Now going to explain a stage issue which i got today while working with git repository using Eclipse Oxygen IDE. Issue is  Egit unable to clone shared repository.

Even though having all permissions to clone the project from git in Eclipse IDE every time I got message like "401 Authorization required ". Worked on couple of hours what is the issue searched on eclipse forums but no luck, finally got to know that from solution architect this is kind issue you may get if SSL host is not allowing you.

Then we added this configuration in eclipse,  These are steps to overcome the issue.

Eclipse Preferences -> Team -> Git -> Configuration -> User Settings -> add Entry.

Add key as  http.sslVerify and false as Value -> apply and Ok.


















No comments:

Post a Comment