Forum Discussion
TheAutisticTechie
Apr 08, 2019Brass Contributor
TLS 1.3
TLS 1.3 is a very needed feature for those in corporate environments for our public facing websites. The speed advantages are immense in larger sites with no caching
- Apr 09, 2019
TheAutisticTechie As with Chrome, TLS/1.3 is supported in all versions of Chromium-based Edge (and will be supported on all platforms).
Eric_Lawrence
Microsoft
Jul 12, 2019Restarting your computer should have no impact; the most likely explanation is that you had a zombie'd msedge.exe somewhere in the background which prevented the flag from taking effect. Visiting edge://version/ will show the command line of the current instance which will help confirm.
Similarly, I'm not able to reproduce your finding for InPrivate mode; when I launch with the command line flag, it's respected as expected while InPrivate.
How specifically did you "add the policy key"?
Similarly, I'm not able to reproduce your finding for InPrivate mode; when I launch with the command line flag, it's respected as expected while InPrivate.
How specifically did you "add the policy key"?
Forrest_H
Jul 12, 2019Steel Contributor
Opened the URL you gave and read that.
Win key + R key, Entered regedit clicked OK.
navigated to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies
Add New Key Chromium
Then in that key add a String value named SSLVersionMin
set the value of that to tls1.2
This is the same process I followed to get the Chrome browser shown below to work. Except it is in the Chrome Key under Google.
Is there supposed to be a another Parent key in between named something like MSEdge ? ie. Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\MSEdge\Chromium ?
- Forrest_HJul 12, 2019Steel ContributorThanks!
That was the missing piece. I was doing a strict enforcement of the document text you gave in the URL since I couldn't infer what keys the exe is reading when it launches.
I am using Version 77.0.211.3 (Official build) dev (64-bit)
After you specified the other details I was able to add in the Microsoft key and the SSL test is working.
The other Google key for Chrome has to stay. We install multiple browsers on our workstations due to various client requirements.
👍 - Eric_LawrenceJul 12, 2019
Microsoft
https://textslashplain.com/2019/05/01/edge-76-vs-edge-18-vs-chrome/
---------
Group Policy and Command Line Arguments
By-default, Edge 76 shares almost all of the same Group Policies and command line arguments as Chrome 76.
If you’re using the registry to set a policy for Edge, put it under the
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge
…node instead of under the
HKEY_CURRENT_USER\Software\Policies\Google\Chrome
node.