DNS load balancing and certificates #1288
Unanswered
Batistleman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe that there needs to be another system in place to manage the certificates. I'm going to attempt using a dedicated DO load balancer as suggested in this post: https://forums.meteor.com/t/recipe-scalable-high-availability-setup-with-meteor-up-digital-ocean-load-balancer/45433/17 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal: if one datacenter goes down (or one of the servers), I want the other to take over without downtime
What I currently have:
Problem:
When I shutdown server "one" completely, the other doesn't take over. I get a certificate error because the letsencrypt certificates are probably only available on one of the servers? (the one with the main proxy?)
Any ideas on how I could solve that?
Beta Was this translation helpful? Give feedback.
All reactions