Max retries exceeded with url: /config (Caused by ...
# ingestion
p
Max retries exceeded with url: /config (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
m
@powerful-manchester-27331: you might want to check your server config in your ingestion recipe
are you setting it to
https://
?
if this is the regular datahub-gms, it speaks http
p
yes
okay let me try this with http
is there is any chance to run it on https??
??
m
unfortunately datahub-gms doesn’t support https yet
you will have to front it with a ssl proxy of some sort for now
p
okay thank you