With browsers now defaulting to HTTPS and HSTS (Bonus points for preload) is there actually any point to listening on port 80 anymore for most websites? I can only think of one use case, and that is to easily do ACME validation I'm wondering if I should setup a 30 day benchmark to see if anyone actually needs the http redirector on bgp.tools now
bortzmeyer@mastodon...
replied 24 Aug 2026 16:23 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/mTD76r4ckGwZ1CC5Qn
13reak@infosec.excha..
replied 25 Aug 2026 20:21 +0000
in reply to: https://mastodon.gougere.fr/users/bortzmeyer/statuses/117151405774644246
Curl can also do HTTPS or just use
--insecure (and don't tell me insecure HTTPS is less secure than plain HTTP).
benjojo
replied 24 Aug 2026 16:25 +0000
in reply to: https://mastodon.gougere.fr/users/bortzmeyer/statuses/117151405774644246
@bortzmeyer I mean yes, but also I don't really want to let people try and send stuff ( especially API keys!!! ) in plain text anymore, in a ideal world I should not even let the connection get that far
forst@mastodon.socia..
replied 24 Aug 2026 19:44 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/SPMJZpGSHLXym2tdx4
@benjojo @bortzmeyer Kind of semi-offtopic, but that made me think: if you detect a credential sent over plaintext, revoke it from your side immediately (assuming you want to keep HTTP running). And wonder if anyone is actually doing it this way 🤔
benjojo
replied 24 Aug 2026 19:54 +0000
in reply to: https://mastodon.social/users/forst/statuses/117152199183202234
@forst @bortzmeyer Yeah this has crossed my mind as well, if I had serious creds like this for API keys I would do that, but right now the API keys that I do have are not super huge issues (other than someone stealing someone elses API quota) if leaked
filippo@abyssdomain...
replied 25 Aug 2026 20:07 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/SPMJZpGSHLXym2tdx4
@benjojo @bortzmeyer This is a very good reason to close port 80 on anything that gets authenticated non-browser traffic in particular, yes.
holsta@mastodon.art
replied 24 Aug 2026 16:27 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/mTD76r4ckGwZ1CC5Qn
@benjojo I've seen retro-hardware enthusiasts locked out of the parts of the web because their software can still speak http, but not do modern encryption. Not sure what the overlap is between people doing retro hardware and BGP.
nor4@chaos.social
replied 24 Aug 2026 16:30 +0000
in reply to: https://mastodon.art/users/holsta/statuses/117151422307077520
benjojo
replied 24 Aug 2026 16:50 +0000
in reply to: https://mastodon.art/users/holsta/statuses/117151422307077520
@holsta I think if you have to speak HTTP but also have a modern TLS stack to speak to bgp.tools (who has a already tighter than normal TLS config)... well I am not in the biz of supporting weird browsing setups
flo@chaos.social
replied 24 Aug 2026 16:27 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/mTD76r4ckGwZ1CC5Qn
@benjojo Also I think search engines can have a problem with https only pages. And the third problem that may be there: what happens with old links that go explicitly to http:// bgp.tools ?
are you sure every browser uses https first?
benjojo
replied 24 Aug 2026 16:32 +0000
in reply to: https://chaos.social/users/flo/statuses/117151422804164065
Modern Chrome / Firefox do, My test Mac seems to do so as well in Safari Do you have any citation for this? bgp.tools has been HTTPS from day one
are you sure every browser uses https first?
Also I think search engines can have a problem with https only pages.
And the third problem that may be there: what happens with old links that go explicitly to http:// bgp.tools ?
v0tti@fem.social
replied 24 Aug 2026 16:56 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/7y84j6F8k59fvj8VPQ
duesee@norden.social
replied 24 Aug 2026 18:24 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/mTD76r4ckGwZ1CC5Qn
@benjojo And even the ACME use case might be not too relevant given https://letsencrypt.org/docs/challenge-types/#tls-alpn-01 and that one should try to avoid wildcard certs anyway?
benjojo
replied 24 Aug 2026 18:31 +0000
in reply to: https://norden.social/users/duesee/statuses/117151882881434012
@duesee yeah unfortunately at I've mangled the go TLS cert logic for bgp.tools (the website I care about) so that ALPN doesn't work, ALPN is also a bit of a hairy thing to wire up for most TLS speaking servers so I suspect HTTP validation will survive for a long time
tdp_org@mastodon.soc..
replied 24 Aug 2026 16:32 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/mTD76r4ckGwZ1CC5Qn