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

ECONNREFUSED when using URL without https/http prefix #40

Closed
JohannesLamberts opened this issue Dec 29, 2021 · 1 comment · Fixed by #41
Closed

ECONNREFUSED when using URL without https/http prefix #40

JohannesLamberts opened this issue Dec 29, 2021 · 1 comment · Fixed by #41

Comments

@JohannesLamberts
Copy link

Trying the client with just the Domain lead to an Error thrown by axios "ECONNREFUSED 127.0.0.1:80".

Only after finding https://stackoverflow.com/questions/60557433/axios-request-error-connect-econnrefused-127-0-0-180 I and adding the "http://" or "https://" prefix, it worked.

I suggest to simply adjust the README with "platformUrl: 'https://my-platform-url.jfrog.io/',"

@JohannesLamberts JohannesLamberts changed the title platformUrl in README ECONNREFUSED when using URL without https/http prefix Dec 29, 2021
@yahavi
Copy link
Member

yahavi commented Dec 29, 2021

@JohannesLamberts,
Thanks for letting us know.
Following your feedback, we merged #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants