devopshq / artifactory

dohq-artifactory: a Python client for Artifactory
https://devopshq.github.io/artifactory/
MIT License
273 stars 144 forks source link

add verify = False to bypass ssl certificate validation? #342

Closed LeiYangGH closed 2 years ago

LeiYangGH commented 2 years ago

When the server ssl certificate expired, is there any way to bypass ssl certificate validation? like verify = False parameter in requests module.

zhan9san commented 2 years ago

This may help you.

ssl-cert-verification-options

LeiYangGH commented 2 years ago

thanks! it worked!