Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't parse https - sslVerify #156

Closed
manituu opened this issue Jan 7, 2013 · 1 comment
Closed

Can't parse https - sslVerify #156

manituu opened this issue Jan 7, 2013 · 1 comment
Labels

Comments

@manituu
Copy link

manituu commented Jan 7, 2013

Hi all,

I entered a URL which looks like: "https://git.my_git_hoster.com/"

git-cola told me, that it can't parse it.

By git itself (commandline) i found out, that it couldn't verify the ssl certificate.

Shouldn't that be an own error?

@davvid
Copy link
Member

davvid commented Jan 7, 2013

Hmm I wonder how early we rejected that URL?

Does the repo have a basename, e.g. is it the "repo" located at `https://git.example.com/repo" ?

We may have rejected it because the URL didn't have a basename from which we can guess a destination directory. I'll have to dig in and see what it's doing.

In general, yes, if there's an error then it should be reported to the user. Is there a git URL I can use to reproduce the problem?

@davvid davvid closed this as completed in 0c4b9aa Jan 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants