Skip to content
Discussion options

You must be logged in to vote

okay, this issue has finally solved, I believe the code base should be updated a little bit.

here is the rootcause,
by default, python is not pointing to the right system certs directory in this container "plugin_daemon"

  • I must copied the local ca certs into /usr/local/share/ca-certificates inside the containers
  • run "/usr/sbin/update-ca-certificates" inside the container
  • config this env in the docker-compose.yaml for "plugin_daemon" container: REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
  • docker compose down and then up again.

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@chendave
Comment options

@dosubot
Comment options

@chendave
Comment options

@chendave
Comment options

@dosubot
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by chendave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant