this post was submitted on 14 Aug 2024
8 points (100.0% liked)

Programming.dev Meta

2443 readers
53 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 1 year ago
MODERATORS
 

Hi, I am getting Invalid SSL Certificate (Error 526) from Cloudflare on alternate frontends. Voyager seems to be working fine though.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (2 children)

Should be fixed for all of them now

I changed how I created the certificate so that it should automatically renew, old system seems to have errors when it tried

[–] [email protected] 1 points 1 month ago
[–] [email protected] 1 points 1 month ago (1 children)

I've had this same problem in the past with a couple of packages. What did you end up moving to?

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

Started using certbot-dns-cloudflare to generate the certificate

https://certbot-dns-cloudflare.readthedocs.io/en/stable/

[–] [email protected] 1 points 1 month ago

Ah ok. I use the acme.sh script. It's a pretty neat tool. Glad you got it all working again!