About 74 results
Open links in new tab
  1. What are the differences between the versions of TLS?

    This was an upgrade from SSL 3.0 and the differences were not dramatic, but they are significant enough that SSL 3.0 and TLS 1.0 don't interoperate. Some of the major differences between SSL 3.0 …

  2. security - Difference between SSL & TLS - Stack Overflow

    Sep 11, 2010 · The two important differences between SSL v.3, TLS 1.0, and TLS 1.2, is the pseudo-random function (PRF) and the HMAC hashing function (SHA, MD5, handshake), which is used to …

  3. What's the difference between SSL, TLS, and HTTPS?

    Jul 10, 2011 · I get confused with the terms in this area. What is SSL, TLS, and HTTPS? What are the differences between them?

  4. ssl - Does Python 3.13 ignore SSL_CERT_FILE environment variable by ...

    Oct 24, 2024 · Historically, we have been able to set the SSL_CERT_FILE environment variable to use this certificate and urllib.request.urlopen() works just fine. This is true up to Python 3.12.

  5. SSL3 "POODLE" Vulnerability - Information Security Stack Exchange

    Oct 15, 2014 · The protocol version used is a negotiation between client and server; SSL 3.0 will happen only if the server agrees. Thus, you might consider that your server is "vulnerable" if it allows SSL 3.0 …

  6. Enable TLS and Disable SSL via PowerShell script

    Apr 30, 2019 · I'm looking to automate disabling SSL protocols 2 & 3 as well as disable TLS 1.0 while enabling and enforcing TLS 1.1 & 1.2. I created a PowerShell script based on some blog I read, …

  7. How to determine if a browser is using an SSL or TLS connection?

    I want to know whether my browser is using SSL or TLS connection if I see HTTPS. I want to know for IE, Firefox, Chrome and Safari. I want to know the protocol version.

  8. "ssl module in Python is not available" when installing package with ...

    Dec 26, 2016 · I've install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3. When I execute pip3 install <package>, I get the following SSL …

  9. How to enable SSL 3 in Java - Stack Overflow

    Jan 30, 2015 · Since Java 8 Update 31 the SSL 3 protocol is disabled by default due to security flaws in the SSL Protocol (see POODLE attack). Even if not recommended, how can it be enabled?

  10. When I try to CURL a website I get SSL error - Ask Ubuntu

    Jun 16, 2020 · The Website uses the old TLS protocol version 1.0, which has been disabled by default since Ubuntu 20.04. To temporarily override the default for your curl command, you can create a …