-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to install when registry baseUrl is using https #28
Comments
Hi @chrisjasp, thanks for reporting the issue! I'm currently analyzing it. |
I've tested now the latest jspm-git v0.4.3 against a private Gitlab repo and it worked for me. Which error are you getting and which version of jspm-git are you using? Not sure which server hosts your repos but is HTTP Basic Authentication supported there? |
I am also at version 0.4.3. My server is using HTTPS and I will check on On Sat, Feb 20, 2016, 05:05 subesokun [email protected] wrote:
Best Regards, |
Btw I've released now v0.4.4 which improves the configuration of the auth. credentials. But it should have no effect on the issue you're observing. To ensure that your credentials are correct please re-run
|
I did update to the latest (0.4.4) this morning. I re-ran the registry config and I am still running into the same issue. I will look into my repository hosting service to get more details there. |
To be sure that jspm-git is not the reason why you can't install packages from your repository you can try the following command git ls-remote "https://username:[email protected]/repo" refs/tags/* refs/heads/* If that works for you then it really sounds like a bug in jspm-git. |
The above command works for me. My usernames are email addresses so is it possbile the '@' is not getting url encoded? |
Sorry for the delay. All credentials are getting url encoded so this shouldn't be an issue. Anyhow I'll try to make a test with a username that contains special characters like an |
Great. I'm curious to hear the results. |
I confirmed that I can create a registry and install components from it when using SSH. However, when I set the repository url using https, I can't install components. I walked through and entered the advanced configuration and set credentials with no luck. I even made my repo public to see it that would work and it did not.
The text was updated successfully, but these errors were encountered: