Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Fix check_primary_support to give nicer failures for BID properties #1422

Closed
jbonacci opened this issue Apr 11, 2012 · 1 comment
Closed
Labels

Comments

@jbonacci
Copy link
Contributor

This is what I see right now:
$ scripts/check_primary_support browserid.org
info: process type is check_primary_support
debug: missing required key: authentication
error: missing required key: authentication

$ scripts/check_primary_support diresworb.org
info: process type is check_primary_support
debug: missing required key: authentication
error: missing required key: authentication

$ scripts/check_primary_support https://diresworb.org
info: process type is check_primary_support
debug: https://diresworb.org is not a browserid primary: Error: getaddrinfo ENOENT

$ scripts/check_primary_support https://browserid.org
info: process type is check_primary_support
debug: https://browserid.org is not a browserid primary: Error: getaddrinfo ENOENT

Compare that to an external email domain:
$ scripts/check_primary_support gmail.com
info: process type is check_primary_support
debug: gmail.com is not a browserid primary - non-200 response code to /.well-known/browserid

and to one of our other properties which does support BID:
$ scripts/check_primary_support developer.mozilla.org
info: process type is check_primary_support
debug: developer.mozilla.org is not a browserid primary - non-200 response code to /.well-known/browserid

@ghost ghost assigned lloyd Apr 12, 2012
@callahad
Copy link
Contributor

Closing as wontfix -- feel free to revert if you feel strongly.

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

No branches or pull requests

3 participants