You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qds.py --skip_ssl_cert_check --token=$AUTH_TOKEN --url=https://api.qubole.com/api/ --version=latest cluster list --label default
But when called using the SDK's method the argument should be skip_ssl_check=False to skip the verification and skip_ssl_check=True to apply the verification. This is inverted. May be calling the variable ssl_verify=True|False makes more sense
When using the cmd line it is passed correctly.
From cmd line:
qds.py --skip_ssl_cert_check --token=$AUTH_TOKEN --url=https://api.qubole.com/api/ --version=latest cluster list --label default
But when called using the SDK's method the argument should be
skip_ssl_check=False
to skip the verification andskip_ssl_check=True
to apply the verification. This is inverted. May be calling the variablessl_verify=True|False
makes more senseFrom SDK (to apply SSL check):
Because the request args sent is inverted below
The text was updated successfully, but these errors were encountered: