

$regSettings = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v9' $regItem = Get-ItemProperty -Path $RegPath -Name $RegName -ErrorAction Ignore You can use the following PowerShell script to check the current TLS 1.2 settings on your Azure AD Connect server.

TLS support for HTTP Task #8 or Howĭo I disable SSL fallback and use only TLS or You receive one or more error messages when you try to make an HTTP request Resolution J) but nothing helped.

I searched through the internet and found there is a problem with the encryption. + CategoryInfo : InvalidOperation: (:HttpWebRequest), WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException, Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a send. The suggested way from the producer is to make a Invoke-WebRequest via powershell. So I created a powershell script. I have a request to contact a web system.
