en-US

Configure Automatic HTTPS (obsolete)

Supported on: Microsoft Edge version 92-139, Windows 7 or later

Registry

HKLM Software\Policies\Microsoft\Edge\Recommended
HKCU Software\Policies\Microsoft\Edge\Recommended

Options

AutomaticHttpsDefault enum
  • Automatic HTTPS functionality is disabled. -> 0
  • (Deprecated) Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS. -> 1
  • All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often. -> 2

Description

OBSOLETE: This policy is obsolete and doesn't work after Microsoft Edge 139. This policy lets you manage settings for 'AutomaticHttpsDefault' (Configure Automatic HTTPS), which switches connections from HTTP to HTTPS. This feature helps protect against man-in-the-middle attacks by enforcing more secure connections, but users might experience more connection errors. Microsoft Edge attempts to upgrade some navigations from HTTP to HTTPS, when possible. This policy can be used to disable this behavior. If set to "AlwaysUpgrade" or left unset, this feature is enabled by default. The separate HttpAllowlist policy can be used to exempt specific hostnames or hostname patterns from being upgraded to HTTPS by this feature. This policy is obsolete, and is replaced with the policy 'HttpsUpgradesEnabled' (Enable automatic HTTPS upgrades). Policy options mapping: * DisableAutomaticHttps (0) = Automatic HTTPS functionality is disabled. * UpgradeCapableDomains (1) = (Deprecated) Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS. * AlwaysUpgrade (2) = All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often. Use the preceding information when configuring this policy.