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

'authority' Uri should have at least one segment in the path (i.e. https://<host>/<path>/...) #14

Closed
JamesReate opened this issue Jan 27, 2016 · 4 comments
Labels
Milestone

Comments

@JamesReate
Copy link

When configuring for the first time, ie. setting Tenant, Subscription, ClientId etc, and hit next, keep getting this error:

'authority' Uri should have at least one segment in the path (i.e. https://<host>/<path>/...)
Parameter name: authority

image

@TWith2Sugars
Copy link

I had this problem as well, you need the ApplicationSettings set up first:

@sjkp
Copy link
Owner

sjkp commented Jan 28, 2016

@JamesReate as @TWith2Sugars mentions you have to setup the proper app setting first. That is also what the text on the first page in the site-extension tries to tell you.
I will in the next version add some more validation to avoid this problem.
The reason for the settings to be in your appsettings, are so they are available for the web job, so it can renew the certificate, otherwise you would have to manually renew the certificate, which is not the purpose of letsencrypt certificates.

@sjkp
Copy link
Owner

sjkp commented Jan 28, 2016

A side note, I could just let you add the settings from the site extensions, but I like to avoid that as it would restart your site.

@sjkp sjkp added the bug label Jan 28, 2016
@sjkp sjkp added this to the next-version milestone Jan 28, 2016
@JamesReate
Copy link
Author

Ahh, I see, I thought that part was optional or would get added automagically from the config screen.

sjkp added a commit that referenced this issue Jan 31, 2016
@sjkp sjkp closed this as completed Jan 31, 2016
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

3 participants