Forum Discussion
TLS 1.3
- 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).
Hmm, I added the policy key and restarted all browser session SSL test = no change, TLS 1 to 1.3 as yes.
I used command line msedge.exe --ssl-version-min=tls1.2 and it still tests with 1.0 as yes
EDITED It took a full computer restart and then this worked.
Opened InPrivate tab still tests as yes for 1.0. I have successfully set policy key for regular Chrome (\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\SSLVersionMin) and it was detected and works as expected.
I'll just have to create a shortcut using "msedge.exe --ssl-version-min=tls1.2"Any other suggestions?
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_HJul 12, 2019Iron 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. - Forrest_HJul 12, 2019Iron 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.2This 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 ?