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

RS URL protocol and port inferred #14

Closed
GregTurner opened this issue Jan 21, 2013 · 1 comment
Closed

RS URL protocol and port inferred #14

GregTurner opened this issue Jan 21, 2013 · 1 comment

Comments

@GregTurner
Copy link
Contributor

When the agent is retrieving the authorizations during Review Authorizations, it goes to the registrar passing previously known RS ID(s). In response, the Agent get tokens to call all the RS.

The tokens nor response have the protocol and port parts of the RS URL. I can infer the URL by prepending "http" and appending "8080". Did I miss something in the spec?

Please advise.

@dickhardt
Copy link
Owner

All RSes are required to be on HTTPS

So, yes, you can just preface with 'https" and you are fine when we are in production

If you are working against a local copy, then you will need to adjust accordingly

On Jan 20, 2013, at 4:29 PM, GregTurner notifications@github.com wrote:

When the agent is retrieving the authorizations during Review Authorizations, it goes to the registrar passing previously known RS ID(s). In response, the Agent get tokens to call all the RS.

The tokens nor response have the protocol and port parts of the RS URL. I can infer the URL by prepending "http" and appending "8080". Did I miss something in the spec?

Please advise.


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants