TLS v1.3: Unterschied zwischen den Versionen

Aus QBWiki
Zur Navigation springenZur Suche springen
Zeile 26: Zeile 26:
 
===== Safari: =====
 
===== Safari: =====
  
* Launch Terminal and type <code>'''sudo su - root'''</code>
+
* Launch Terminal and issue following command: <code>'''sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1'''</code>
* Issue the following command: <code>'''defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1'''</code>
 
 
*  and relaunch Safari.
 
*  and relaunch Safari.

Version vom 21. Februar 2019, 13:46 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 issue following command: sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1
  • and relaunch Safari.