Tag: security
-
AWS Installing AWS Inspector Agent on Windows EC2 Instance
Hi everyone, Just a quick post on installing the AWS Inspector Agent on a Windows EC2 instance. Open PowerShell and run the following command: (new-object System.Net.WebClient).DownloadFile(‘https://inspector-agent.amazonaws.com/windows/installer/latest/AWSAgentInstall.exe’,’C:UsersAdministratorDesktopAWSAgentInstall.exe’) On your desktop, right click on AWSAgentInstall.exe and select run as administrator. Follow the prompts. Go to run, and execute services.msc. You should now see the Amazon SSM Agent:…
-
System.Security.SecurityException Failed to negotiate HTTPS Connection – Fiddler
Hi everyone, I hit the following error when trying to execute a composed request with Fiddler: [Fiddler] The connection to ‘abc.com’ failed. System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https> HTTPS handshake to abc.com (for #32) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The function requested is not supported All that…
-
Remote Desktop: An authentication error has occurred. – This could be due to CredSSP encryption oracle remediation.
Hi everyone, I ran into an auth issue with remote desktop today: An authentication error has occurred. The function requested is not supported. Remote computer: XXXX This could be due to CredSSP encryption oracle remediation. For more information, see hhtps://go.microsoft.com/fwlink/?linkid=866660 The solution is to add the May 2018 Windows Security Update on both the remote…