How I run multiple TLS secured websites using OpenBSD httpd
Posted on zo 24 oktober 2021 in openbsd • Tagged with open source, security, openbsd
I was trying to add another TLS secured website to the openbsd httpd instance hosting this website. Apparently this is possible, but not totally how I expected. The thing is that httpd will happily serve multiple TLS secured websites using the SNI (Server Name Indication) option, but it will only …
Continue reading