Orchestrator installation issue while setup IIS server "System.Runtime.InteropServices.COMException 0x80070032). The request is not supported" .
Orchestrator installation issue while setup IIS server
System.Runtime.InteropServices.COMException (0x80070032): The request is not supported. (Exception from HRESULT: 0x80070032)
at Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
at Microsoft.Web.Administration.Binding.AddSslCertificate(Byte[] certificateHash, String certificateStoreName)
at Microsoft.Web.Administration.BindingManager.BindingTransaction.Commit()
at Microsoft.Web.Administration.BindingManager.Save()
at Microsoft.Web.Administration.ServerManager.CommitChanges()
at UiPath.Orchestrator.Setup.Configuration.IisConfiguration.CreateWebSite(String siteName, String bindingProtocol, String port, String hostName, String physicalPath, String applicationPoolName, X509Certificate2 certificate, StoreName storeName)
at UiPath.OrchestratorCAs.CustomActions.Deferred.ConfigureIisAction.Execute()
at UiPath.OrchestratorCAs.CustomActions.Base.BaseCustomAction.InternalExecute()
Resolution: Follow the steps below to use default cipher suite list,
- Go to “Start > Run“. Enter: gpedit.msc
- In the left pane, expand “Computer Configuration > Administrative Templates > Network > SSL Configuration Settings“
- In the right pane, right click “SSL Cipher Suite Order” and choose “Edit”
- Save the text inside “SSL Chiper Suite” field to a Notepad for backup
- Select “Not Configured”
- Click “OK”
- Restart the server (gpupdate does not enforce this setting. Restart the server)
Note: If the setting is already "Not Configured", change it to "Enabled" and restart the server. It should work. Later, change it back to "Not Configured" and restart again.