TLS v1.3
Aus QBWiki
Version vom 21. Februar 2019, 13:43 Uhr von Pascal (Diskussion | Beiträge) (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…“)
Inhaltsverzeichnis
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)
Firefox (version: 61 +):
- Launch Firefox
- Type in the address bar:
about:config, search for:tls.version.maxand 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.