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

trace: verify flag is not wired up to turn off cert validation for capturing traces #15

Closed
yugangw-msft opened this issue Jan 15, 2019 · 2 comments
Assignees

Comments

@yugangw-msft
Copy link

This is important to capture traces through proxy tools like fiddler which uses self-signed certificate.
The verify appears designed for such purpose, but it is not wired up in oauth2.py, nor is wired up in other places like authority.py

@yugangw-msft yugangw-msft changed the title trace: verify flag was not wired up to turn off cert validation for capturing traces trace: verify flag is not wired up to turn off cert validation for capturing traces Jan 15, 2019
@rayluo
Copy link
Collaborator

rayluo commented Jan 15, 2019

OK I'll take a look. By the way, you are using similar steps like this to generate your self-signed cert, aren't you?

@yugangw-msft
Copy link
Author

yugangw-msft commented Jan 15, 2019

No, but that link also works.

Or you can do this, which might be simpler

install azure-cli
run az ad sp create-for-rbac -n http://you-great-sp --create-cert --skip-assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants