Re: [dev] Servers with TLS support

2023-05-08 Thread Sagar Acharya
Thanks. althttpd looks great. Since I'm hosting on NetBSD, I found that there is a packaged mini_httpd which I'm trying initially. In configuration which cert do I use, fullchain or designman.org.key? Also, how does linking work in /www directory? Earlier, since I used flask of python, I used

Re: [dev] Servers with TLS support

2023-05-08 Thread Max Schillinger
>I checked out the recommended webservers under rocks subpage but all of them >lack TLS support. Merecat does have it's support but it needs systemd which my >host system does not have. mini_httpd doesn't compile. Are there other minimal >webservers with https support? Hi Sagar, althttpd

Re: [dev] Servers with TLS support

2023-05-07 Thread Laslo Hunhold
On Sun, 7 May 2023 22:09:23 +0200 (CEST) Sagar Acharya wrote: Dear Sagar, > I checked out the recommended webservers under rocks subpage but all > of them lack TLS support. Merecat does have it's support but it needs > systemd which my host system does not have. mini_httpd doesn't > compile.

[dev] Servers with TLS support

2023-05-07 Thread Sagar Acharya
Dear folks, I checked out the recommended webservers under rocks subpage but all of them lack TLS support. Merecat does have it's support but it needs systemd which my host system does not have. mini_httpd doesn't compile. Are there other minimal webservers with https support? OpenBSD httpd