Hacker News new | ask | show | jobs
by tankenmate 4074 days ago
I had a look at the docs on github (I haven't checked the source yet) but it doesn't mention if it supports more than one domain (or SNI, but I'm assuming it would piggy back on Go's support for SNI).

If it doesn't yet support multi domain will it ever?

1 comments

Interesting. I haven't thought about that. It should be possible, but is not implemented yet. Go does indeed support SNI, but I'm using ListenAndServeTLS at the moment + I'm loading only one SSL certificate right now.

I'll add that to the list as well. I think that might be a useful feature.