Hi Andre, I tried to run powershell script but I am getting errors.
I will share details of the error:
When I run this url in the internet explorer in Virtual Machine, I am not getting error.
d365fut3.onebox.operations.dynamics.com/
but when I run this same url in the internet explorer on desktop, I am getting below error:
An error occured while making the HTTP request to d365fut3.onebox.operations.dynamics.com/ could be due to the fact that the server certificate is not configured properly with HTTP.sys in the https case. this could also be caused by the mismatch of the security binding between the client and the server"
as per your suggestion I run above powershell script but getting errors:
Set-ItemProperty : Requested registry access is not allowed.
At line:1 char:1
+ Set-ItemProperty HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 -N ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (HKEY_LOCAL_MACH...work\v4.0.30319:String) [Set-ItemProperty], Securit
yException
+ FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.SetItemPropertyCommand
Set-ItemProperty : Requested registry access is not allowed.
At line:4 char:5
+ Set-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramewo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (HKEY_LOCAL_MACH...work\v4.0.30319:String) [Set-ItemProperty], Securit
yException
+ FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.SetItemPropertyCommand
Is there any other solution apart from powershell script.
Please suggest.