From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24610 invoked from network); 11 May 2023 16:39:02 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 May 2023 16:39:02 -0000 Received: from mail.typed-hole.org ([199.247.9.36]) by 9front; Thu May 11 12:37:22 -0400 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=typed-hole.org; s=20221025; t=1683822619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YTvSFLcDhVuagOZzonkRnIzHGA4gjcG2ZD+yZRL9beE=; b=QhV6RgtFNzlVciwRNYIEADQwIHZh2nzG+WcSjNlv0tPtDjneROk8VtqQseNbDlwWA+ltky oR8bSINzzkDXaMZ6TKHG414I6JkjflVc6gcp6mpDZ/Q/jnb1vYTGhvH/Sip06J/3KfxbXK DcoP5dubQSJvVrzeyRNwHaal2TZC/qorJVuneH1Jb2faEiH23Ax+6BlPhiZciiy+D4clBG CamO0bCabUyodsKlozqTcghIP8LZlUps0nu9CfWtSM2F+Tw3lwrAInJzx3+2czcK+rrgkG 2zxU+7QeW4Y6bFVyeDUzxoKP/c8n0d0YkQSLV8u2YiwWy50YIYCiDDq7G1epdg== Received: from [192.168.0.25] (87-231-19-8.rev.numericable.fr [87.231.19.8]) by mail.typed-hole.org (OpenSMTPD) with ESMTPSA id 237924fe (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 11 May 2023 16:30:18 +0000 (UTC) Message-ID: <98246906-4681-5ae7-c9f6-8ea20fd4d169@typed-hole.org> Date: Thu, 11 May 2023 18:30:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US To: 9front@9front.org References: From: Julien Blanchard In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-driven descriptor rich-client-aware interface Subject: Re: [9front] https with tcp80 in 2023? Reply-To: 9front@9front.org Precedence: bulk Must be something with your cert, I have somewhat the same script and it still works as it used to. On 5/10/23 22:35, sirjofri wrote: > Hey all, > > I had this script working for quite some time now, but somehow my modern browsers started refusing to connect to it (something about unsupported protocols). Any ideas? > > tcp443: > #!/bin/rc > exec /bin/tlssrv -c/sys/lib/tls/acmed/sirjofri.de.crt /bin/tcp80 > > sirjofri