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 to have ahref="foo/bar.html" 
within html templates which used to be processed automatically as 
"https://designman.org/foo/bar.html;

However, this is not working for mini_httpd static setup.
Thanking you
Sagar Acharya
https://designman.org



8 May 2023, 14:15 by maxschillin...@web.de:

>
> >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 [1] might be interesting for you.
>
> Best regards,
> Max
>
> [1] https://sqlite.org/althttpd/
>



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 [1] might be interesting for you.

Best regards,
Max

[1] https://sqlite.org/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. Are there other minimal webservers with https support?

the idea is to use a TLS tunnel like stunnel.

With best regards

Laslo



[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 link doesn't work.
Thanking you
Sagar Acharya
https://designman.org