ntap_util.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:netapp-ansible 作者: jeorryb 项目源码 文件源码
def invoke_ssl_no_verify():
    try:
        _create_unverified_https_context = ssl._create_unverified_context

    except AttributeError:
    # Legacy Python that doesn't verify HTTPS certificates by default
        pass
    else:
    # Handle target environment that doesn't support HTTPS verification
        ssl._create_default_https_context = _create_unverified_https_context
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号