NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Multiple domains and https using bozohttpd
On Sat, Oct 04, 2025 at 08:17:14AM +0530, Mayuresh wrote:
> I have a separate letsencrypt certificate for each domain. But I think I
> can use only 1 certificate with a web server, on one port. Running on a
> non standard port is not a great option for a website.
Unfortunately bozohttpd does not support SNI (server name
identification) and ECH (encrypted client helo) to allow multiple
certificates on a single https port.
Many other (bigger) web servers (apache, nginx, ...) do.
A patch to implement it in bozo would be highly welcome :-) It should
not be hard, as openssl (which is used by bozo for TLS) has support for
it.
Martin
Home |
Main Index |
Thread Index |
Old Index