Replies: 1 comment 3 replies
-
This is not a network issue. This is Python complaining that the private key you're using is too small. Or perhaps it's complaining about the cert on the Discord server but I've never seen a key error for a remote server cert like that. Either way this is a Python problem and not anything you're going to fix at a cluster level. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm working on deploying a python docker container to Kubernetes, but I keep getting this error when the bot tries to connect to Discord:
How can I give the docker container access to the wider internet? I don't believe it's a problem with the certs, since I have it running fine on ubuntu, unless there's a substantial difference between debian/ubuntu's networking. Since it's running in a docker container, however, I am guessing this isn't the issue?
Here are the files I'm using:
https://gist.github.com/2br-2b/19dc385de561adf0197c4e8468eb613a
My hope is to eventually host some websites on this cluster, so I need to make sure incoming and outgoing traffic can still be routed like that in the future. I'm still learning, however, so I haven't finished setting up nginx to handle that.
Thank you so much! Have a wonderful day!
Beta Was this translation helpful? Give feedback.
All reactions