Created 01-11-2018 07:38 AM
Team,
I have configured SAML authenation for cloudera manager/hue/navigator and i am able to login via respective Web UI. however when i connect though python api, i am getting below exception.
Please note that, i have enabled Settings - Cloudera Manager
Created 01-11-2018 12:14 PM
ignore my post. i was able to fix above issue by creating correct ssl context
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
cxt = ssl.create_default_context(cafile="/opt/pki/etc/tca/ca_cs_combined.pem")
Created 01-11-2018 12:14 PM
ignore my post. i was able to fix above issue by creating correct ssl context
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
cxt = ssl.create_default_context(cafile="/opt/pki/etc/tca/ca_cs_combined.pem")