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

Omit redundant hostnames and hostnames with IDN domain names #13

Closed
rdolezel opened this issue Nov 29, 2015 · 2 comments
Closed

Omit redundant hostnames and hostnames with IDN domain names #13

rdolezel opened this issue Nov 29, 2015 · 2 comments
Milestone

Comments

@rdolezel
Copy link

I used Let's Encrypt win simple for the first time today. I use SNI on the server to enable multiple HTTPS websites listening on the same IP address without the need of SAN certificate. I also use multiple host-headers (including IDN domain) but only one HTTPS binding for my website.

I would like to ask you to implement two improvements:

  1. do not offer the same hostname twice (once from HTTP binding, once from HTTPS binding probably)
  2. remove any hostname containing national characters (ie. using IDN domain names) from the scanning results - from what I found Let's Encrypt CA does not plan to support IDN domains in a near future

lewinsimple_request1pix

Regards

Radek

@Bryan-Legend
Copy link
Collaborator

The client only scans for http bindings, because they're needed for the authorization process.

Looks like the IDN names should be filtered though.

@rkerber
Copy link
Collaborator

rkerber commented Jan 28, 2016

PR #71 hides IDN domains now.

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

3 participants