-
Notifications
You must be signed in to change notification settings - Fork 153
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
Vague error message for install_gitlab - OpenSSL issue #762
Comments
Unfortunately it seems that that's the error message remotes gets from |
OK thanks for the info. I've tracked it down to this line in
When I run it like that, I get this output:
However, when I dont use
Note the warning about the SSL connect error. Looks like Is there any way to raise this issue in the |
I guess the alternative is to remove the |
Hi there,
I've recently encountered an error when trying to run
install_gitlab
from a local gitlab repository. I encountered this error:When I click on the URL, it works fine, and the error message didnt give much more info. After a bunch of digging, I discovered that it was an SSL problem. I was able to figure out the details for this by trying to pull the package with curl:
The error
unsafe legacy renegotiation disabled
is the source of this problem, and has led me to this stack overflow answer, which made me realize this is likely a firewall issue.Anyways, the issue is that the original error of "cannot open URL" was very vague and I had to figure out what the source of the error was. I think this error message could at least display the source error (i.e. the output from
curl
). This could potentially also help resolve some of the other issues on this package like this one, and this one.The text was updated successfully, but these errors were encountered: