Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357008 - [windows] EGit cannot fetch after SSL certificate change
Summary: [windows] EGit cannot fetch after SSL certificate change
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-07 16:58 EDT by Sam Davis CLA
Modified: 2011-11-29 13:47 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2011-09-07 16:58:09 EDT
After a change in the SSL certificate of the Git host, EGit no longer works. I am able to run Git commands from the command line, but using EGit I get "Not Authorized" errors when I try to pull or fetch. I've tried deleting my secure store but it did not help. This seems to only affect Windows.

org.eclipse.core.runtime.CoreException: <URL REMOVED>.git: not authorized
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:102)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.run(FetchOperationUI.java:117)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: <URL REMOVED>.git: not authorized
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:385)
at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:215)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:125)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:903)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:134)
at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
... 2 more