OpenAttack icon indicating copy to clipboard operation
OpenAttack copied to clipboard

Merge-squash SSL Certificate workaround and update to UAT

Open ernlavr opened this issue 2 years ago • 1 comments

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 avatar Jan 18 '23 17:01 ernlavr

use this in the code

import ssl ssl._create_default_https_context = ssl._create_unverified_context

vishwanathakuthota avatar Jul 20 '23 16:07 vishwanathakuthota