-
Hi there, is this the right place to ask a couple of questions please? I'm sure it's an issue with my understanding rather than a bug. I did try to get to the URL below but it times out: I believe I am having SSL issues when trying to start ProxLB:
And think I should either allow Python to use the local cert store or import the cert(s) into Python's own cert store? If there is a more appropriate place to ask this please just let me know! Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @Verunet, thanks for reaching out to me! The underlying base is urllib3 which uses the system CA store. So, it’s enough to have the certs in place in your systems CA store - depends on your local distribution. For dev/test clusters you may also simply deactivate the cert validation in the config. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back to me @gyptazy, yes this is in the test environment for now so I'll try disabling SSL checking. Much appreciated. |
Beta Was this translation helpful? Give feedback.
Hey @Verunet,
thanks for reaching out to me!
The underlying base is urllib3 which uses the system CA store. So, it’s enough to have the certs in place in your systems CA store - depends on your local distribution.
For dev/test clusters you may also simply deactivate the cert validation in the config.
Cheers,
gyptazy