Skip to content

Commit 68b3cc0

Browse files
committed
Fix https error when using urllib3
1 parent 85c466c commit 68b3cc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stackrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ elif [[ -f $RC_DIR/.localrc.auto ]]; then
126126
source $RC_DIR/.localrc.auto
127127
fi
128128

129+
# Fix urllib3 issues
130+
export PYTHONWARNINGS="ignore:Unverified HTTPS request"
131+
129132
# Configure Identity API version: 2.0, 3
130133
IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-2.0}
131134

0 commit comments

Comments
 (0)