Closed Freyert closed 3 months ago
Thanks for the contribution @Freyert. I think we should have the tls version be configurable as 1.2 is still supported. I suggest adding a minTLSVersion
field to config.Feed
which can then be used in Fetch.
@guyfedwards agreed! I'll work it in this weekend.
@Freyert are you happy with this? Looks good to me
ping @Freyert
👍 it's good for me.
Thanks @Freyert
I kept receiving 403s from https://fs.blog/feed/ . It turns out that it's probably because cloudflare blocks you unless you specify a minimum TLS version.
TLS 1.3 might be too high, but it solved my problem.