Hello
Thank you for posting in Q&A forum.
The 401 error typically indicates an authentication problem, and the fact that internal sites are connecting using Port 80 instead of 443 suggests a potential misconfiguration. Here are a few steps you can try:
- Ensure that the internal sites are added to the "Trusted Sites" list in the browser settings. Go to Settings > Privacy, search, and services > Security and make sure "Use secure DNS to specify how to look up the network address for websites" is enabled.
- Disable Loopback Check:
Open PowerShell as an administrator and run the following command to disable the loopback check:
New-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Lsa" -Name "DisableLoopbackCheck" -Value 1 -PropertyType dword
- Clear the browser cache and cookies and then restart the browser.
- Ensure that the internal sites are configured to use the correct authentication method. Sometimes, switching between different authentication methods (e.g., NTLM, Kerberos) can help resolve the issue.
- If the issue persists, check the Group Policy settings related to browser and network configurations. There might be policies enforcing the use of Port 80.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.