This message was deleted.
# general
a
This message was deleted.
c
the only other time I’ve seen that, someone had stuffed a GIANT CA certificate bundle into the cluster config.
instead of the one root CA cert that they needed to trust they just copy-pased in a bundle of like 100 certs.
d
Oh, I think this is my case
c
yeah don’t do that
the bundle ends up being passed through an env var, and if you stick a TON of data in there it will exceed the max environment size
d
ok, will check that and will let you know how it goes
well, I forgot to come back to you, but you were right. Changing the certificate to the small one worked.