so we’re getting an ssl error
# gooddata-cn
s
so we’re getting an ssl error
j
Hi, If you are using GoodData.CN CE locally, then you should be able to run PythonSDK without https. The following code snippet should work.
Copy code
sdk = GoodDataSdk.create(host_="<http://localhost:3000>", token_="YWRtaW46Ym9vdHN0cmFwOmFkbWluMTIz")
Could you please share a code snippet and an error message if it will not work?
j
Actually, you can use ONLY http (without "s") with GoodData.CN Community edition.