Skip to content

unable to query self signed https API with genericjsonapi in superset, while python test script with request successfully call the https API #440

Closed Answered by smetis
smetis asked this question in Q&A
Discussion options

You must be logged in to vote

Ends up it was caused by I setup container env incorrectly. The docker compose of superset has it's own env file which is not the default .env file. When I ran the test script, I specifically set the env by SSH into superset container hence it works on test script but this way the env actually not getting into container environment. I found the right way after inspecting docker-compose file and set the env in the right file, then it works as expected. Entirely my setup mistake, but a good learning. Thanks for your tips!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@smetis
Comment options

@cwegener
Comment options

@smetis
Comment options

@smetis
Comment options

Answer selected by smetis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants