omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    httplib2 module ssl requests

    Pythonista
    ssl httplib2 tls https
    2
    2
    2221
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gowf67
      gowf67 last edited by gowf67

      It seems like some sites error with:

      ssl.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:749)

      when using the httplib2 module request method. I suspect they are forcing TLS 1.1, TLS1.2 (or TLS over SSL) and thus the OpenSSL library this module is using may be older. Is this a correct assumption and if so is there a way to upgrade it? Thanks W

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        https://www.openssl.org/news/newslog.html
        import ssl
        print(ssl.OPENSSL_VERSION)

        OpenSSL 1.0.2f 28 Jan 2016

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors