TLS v1.3: Unterschied zwischen den Versionen

Aus QBWiki
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „=== Enable TLS v1.3 in all browsers === ===== Google Chrome (version: 63+ ): ===== * Launch Chrome * Type in the address bar: * <code>'''chrome://flags/#tls1…“)
 
Zeile 4: Zeile 4:
  
 
* Launch Chrome
 
* Launch Chrome
* Type in the address bar:
+
* Type in the address bar: <code>'''chrome://flags/#tls13-variant'''</code>
* <code>'''chrome://flags/#tls13-variant'''</code>
+
* Check for ''Enabled (Final)''
 +
 
 +
<br />
 +
 
 +
===== Opera: =====
 +
 
 +
* Launch Opera
 +
* Type in the address bar: <code>'''opera://flags/#tls13-variant'''</code>
 
* Check for ''Enabled (Final)''
 
* Check for ''Enabled (Final)''
  

Version vom 21. Februar 2019, 13:45 Uhr

Enable TLS v1.3 in all browsers

Google Chrome (version: 63+ ):
  • Launch Chrome
  • Type in the address bar: chrome://flags/#tls13-variant
  • Check for Enabled (Final)


Opera:
  • Launch Opera
  • Type in the address bar: opera://flags/#tls13-variant
  • Check for Enabled (Final)


Firefox (version: 61 +):
  • Launch Firefox
  • Type in the address bar: about:config , search for: tls.version.max and ensure the value is set to 4.


Safari:
  • Launch Terminal and type sudo su - root
  • Issue the following command: defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1
  • and relaunch Safari.