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

Merge-squash SSL Certificate workaround and update to UAT #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ernlavr
Copy link

@ernlavr ernlavr commented Jan 18, 2023

For some reason, currently the pip install openattack doesn't fetch the latest version. When using in Google Colab, I integrate the latest version via this command !pip install git+https://github.com/REPO but it doesn't work if the versioning is set to test, hence fixing that.

@ernlavr ernlavr changed the title Merge-squash workaround and update to UAT Merge-squash SSL Certificate workaround and update to UAT Jan 20, 2023
@vishwanathakuthota
Copy link

use this in the code

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

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

Successfully merging this pull request may close these issues.

2 participants