Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AzureStack] Handle SSL verification for certs not in Python root CA list #2267

Closed
derekbekoe opened this issue Feb 24, 2017 · 2 comments
Closed

Comments

@derekbekoe
Copy link
Member

We were hitting SSL errors as the ARM endpoint certificate is not trusted, needed to do the following

export ADAL_PYTHON_SSL_NO_VERIFY=1
export AZURE_CLI_DISABLE_CONNECTION_VERIFICATION=1

But this disables SSL cert verification.

@derekbekoe derekbekoe created this issue from a note in API Profile Support (Backlog) Feb 24, 2017
@derekbekoe derekbekoe added the Account az login/account label Feb 24, 2017
@derekbekoe derekbekoe changed the title [AzureStack] Handle SSL verification for certs not in Python root CA list Handle SSL verification for certs not in Python root CA list Feb 24, 2017
@derekbekoe derekbekoe changed the title Handle SSL verification for certs not in Python root CA list [AzureStack] Handle SSL verification for certs not in Python root CA list Feb 24, 2017
@derekbekoe derekbekoe added the S label Mar 7, 2017
@derekbekoe
Copy link
Member Author

cc: @bganapa

@derekbekoe derekbekoe moved this from Backlog to Next Up in API Profile Support Apr 8, 2017
@derekbekoe derekbekoe moved this from Next Up to In Progress in API Profile Support Apr 10, 2017
@derekbekoe derekbekoe moved this from In Progress to Done in API Profile Support Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant