{"id":6594,"date":"2023-01-29T10:08:58","date_gmt":"2023-01-29T10:08:58","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=6594"},"modified":"2023-07-18T13:01:28","modified_gmt":"2023-07-18T13:01:28","slug":"tls-1-0-and-1-1-disable-gotchas","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas","title":{"rendered":"TLS 1.0 and 1.1 Disable Gotchas"},"content":{"rendered":"\n<ol class=\"wp-block-list\">\n<li>RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Upgrade NPS Radius to Use it <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-stuff-i-039-m-up-to wp-block-embed-stuff-i-039-m-up-to\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/warlord0blog.wordpress.com\/2017\/02\/09\/tls-and-nps\/\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">and <strong>EAP\\<\/strong>26<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Upgrade Servers and Clients to use TLS1.2<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disable Servers and Clients from TLS1.0\\1.1<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Min SQL Native Client Version to 11.0.7001.0 for TLS1.2<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3) AADconnect Still in 2023 uses TLS1.0!!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727] &#8220;SystemDefaultTlsVersions&#8221; = dword:00000001 &#8220;SchUseStrongCrypto&#8221; = dword:00000001 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\.NETFramework\\v4.0.30319] &#8220;SystemDefaultTlsVersions&#8221; = dword:00000001 &#8220;SchUseStrongCrypto&#8221; = dword:00000001<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exception Data (Raw): System.InvalidOperationException: Failed to Disable staging mode. &#8212;&gt; System.Management.Automation.CmdletInvocationException: Exception details =&gt;<br>Type =&gt; System.InvalidOperationException<br>An error occurred, ..\\server.cpp(10880), code 80004005,<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">StackTrace =&gt;<br>at SyncEngineHandle.SetSSPRAndPHSStateForStagingMode(Boolean stagingModeEnabled)<br>at SyncInvokeSetSSPRAndPHSStateForStagingMode(Object , Object[] , Object[] )<br>at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)<br>at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)<br>&#8212;&gt; System.ServiceModel.FaultException: Exception details =&gt;<br>Type =&gt; System.InvalidOperationException<br>An error occurred, ..\\server.cpp(10880), code 80004005,<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">StackTrace =&gt;<br>at SyncEngineHandle.SetSSPRAndPHSStateForStagingMode(Boolean stagingModeEnabled)<br>at SyncInvokeSetSSPRAndPHSStateForStagingMode(Object , Object[] , Object[] )<br>at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)<br>at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc)<br>at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Server stack trace:<br>at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp; rpc)<br>at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)<br>at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)<br>at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exception rethrown at [0]:<br>at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)<br>at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)<br>at Microsoft.Azure.ActiveDirectory.ADSyncManagement.Contract.IADSyncManagementService.SetSSPRAndPHSStateForStagingMode(Boolean stagingModeEnabled)<br>at Microsoft.IdentityManagement.PowerShell.Cmdlet.SetADSyncGlobalSettingsCmdlet.ProcessRecord()<br>&#8212; End of inner exception stack trace &#8212;<br>at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)<br>at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke)<br>at System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync)<br>at System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection<code>1 input, PSDataCollection<\/code>1 output, PSInvocationSettings settings)<br>at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection<code>1 input, PSDataCollection<\/code>1 output, PSInvocationSettings settings)<br>at System.Management.Automation.PowerShell.Invoke(IEnumerable input, PSInvocationSettings settings)<br>at Microsoft.Online.Deployment.PowerShell.LocalPowerShell.Invoke()<br>at Microsoft.Online.Deployment.PowerShell.PowerShellAdapter.TypeDependencies.InvokePowerShell(IPowerShell powerShell)<br>at Microsoft.Online.Deployment.PowerShell.PowerShellAdapter.InvokePowerShellCommand(String commandName, InitialSessionState initialSessionState, IDictionary<code>2 commandParameters, Boolean isScript) at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.GlobalSettingsConfigAdapter.SetGlobalSettings(GlobalSettings globalSettings) at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.GlobalSettingsConfigAdapter.SetGlobalConfigurationParameters(Hashtable globalParameters) at Microsoft.Online.Deployment.Types.Providers.SyncDataProvider.SetStagingMode(Boolean value) at Microsoft.Online.Deployment.Types.Configuration.StagingModeConfigurationItem.Execute[TContext](IAdSyncConfigExecutionContext<\/code>1 executionContext, IAadSyncConfigurationResults&amp; results)<br>&#8212; End of inner exception stack trace &#8212;<br>at Microsoft.Online.Deployment.Types.Configuration.StagingModeConfigurationItem.Execute[TContext](IAdSyncConfigExecutionContext<code>1 executionContext, IAadSyncConfigurationResults&amp; results) at Microsoft.Online.Deployment.PSModule.Tasks.AADSync.ConfigureAADSyncTask<\/code>1.ConfigureSyncEngine(TContext context)<br>at Microsoft.Online.Deployment.PSModule.Tasks.AADSync.ConfigureAADSyncTask`1.Execute()<br>at Microsoft.Online.Deployment.Framework.Workflow.WorkflowTask.ExecuteWrapper()<br>[22:20:13.421] [ 27] [INFO ] MicrosoftOnlinePersistedStateProvider.Save: saving the persisted state file<br>[22:20:13.421] [ 27] [INFO ] MicrosoftOnlinePersistedStateProvider.UpdateFileProtection: updating file protection from the persisted state file: C:\\ProgramData\\AADConnect\\PersistedState.xml, isAddProtection: False<br>[22:20:13.422] [ 27] [INFO ] MicrosoftOnlinePersistedStateProvider.UpdateFileProtection: updating file protection from the persisted state file: C:\\ProgramData\\AADConnect\\PersistedState.xml, isAddProtection: True<br>[22:20:13.424] [ 27] [INFO ] PerformConfigurationPageViewModel.PerformWorkflowInstallationAndUpdateState: result of installation operations &#8211; Failed<br>[22:20:13.424] [ 27] [ERROR] ExecuteADSyncConfiguration: configuration failed. Skipping export of synchronization policy. resultStatus=Failed<br>[22:20:13.459] [ 27] [ERROR] PerformConfigurationPageViewModel: We encountered a problem and couldn\u2019t complete the integration.<br>[22:20:13.459] [ 27] [ERROR] PerformConfigurationPageViewModel: An error occurred executing Configure AAD Sync task: Failed to Disable staging mode.<br>[22:22:58.911] [ 1] [INFO ] Opened log file at path C:\\ProgramData\\AADConnect\\trace-20230718-221208.log<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2023\/01\/image-14.png\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP\\26 Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0\\1.1 Min SQL Native Client [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6594","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-01-29T10:08:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-07-18T13:01:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#article\",\"name\":\"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com\",\"headline\":\"TLS 1.0 and 1.1 Disable Gotchas\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"datePublished\":\"2023-01-29T10:08:58+00:00\",\"dateModified\":\"2023-07-18T13:01:28+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#webpage\"},\"articleSection\":\"Research\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"position\":2,\"name\":\"Research\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#listItem\",\"name\":\"TLS 1.0 and 1.1 Disable Gotchas\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#listItem\",\"position\":3,\"name\":\"TLS 1.0 and 1.1 Disable Gotchas\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas\",\"name\":\"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com\",\"description\":\"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\\\/\\\/learn.microsoft.com\\\/en-us\\\/troubleshoot\\\/windows-server\\\/remote\\\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/tls-1-0-and-1-1-disable-gotchas#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2023-01-29T10:08:58+00:00\",\"dateModified\":\"2023-07-18T13:01:28+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com","description":"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses","canonical_url":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#article","name":"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com","headline":"TLS 1.0 and 1.1 Disable Gotchas","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"datePublished":"2023-01-29T10:08:58+00:00","dateModified":"2023-07-18T13:01:28+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#webpage"},"articleSection":"Research"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","position":2,"name":"Research","item":"https:\/\/pariswells.com\/blog\/category\/research","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#listItem","name":"TLS 1.0 and 1.1 Disable Gotchas"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#listItem","position":3,"name":"TLS 1.0 and 1.1 Disable Gotchas","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#webpage","url":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas","name":"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com","description":"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2023-01-29T10:08:58+00:00","dateModified":"2023-07-18T13:01:28+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com","og:description":"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses","og:url":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas","article:published_time":"2023-01-29T10:08:58+00:00","article:modified_time":"2023-07-18T13:01:28+00:00","twitter:card":"summary","twitter:title":"TLS 1.0 and 1.1 Disable Gotchas | Welcome to Pariswells.com","twitter:description":"RDS Connection Broker Server 2016 and Below ( WIDS ) Windows Internal Database does not support TLS1.2 https:\/\/learn.microsoft.com\/en-us\/troubleshoot\/windows-server\/remote\/rds-connection-broker-or-rdms-fails-caused-by-disabled-tls-10 2. Upgrade NPS Radius to Use it and EAP Upgrade Servers and Clients to use TLS1.2 Disable Servers and Clients from TLS1.0.1 Min SQL Native Client Version to 11.0.7001.0 for TLS1.2 3) AADconnect Still in 2023 uses"},"aioseo_meta_data":{"post_id":"6594","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-01-29 10:06:45","updated":"2023-07-18 13:06:43","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/research\" title=\"Research\">Research<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTLS 1.0 and 1.1 Disable Gotchas\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Research","link":"https:\/\/pariswells.com\/blog\/category\/research"},{"label":"TLS 1.0 and 1.1 Disable Gotchas","link":"https:\/\/pariswells.com\/blog\/research\/tls-1-0-and-1-1-disable-gotchas"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/6594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=6594"}],"version-history":[{"count":3,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/6594\/revisions"}],"predecessor-version":[{"id":7187,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/6594\/revisions\/7187"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=6594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=6594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=6594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}