Might check the settings found here.
https://learn.microsoft.com/en-us/troubleshoot/browsers/use-proxy-servers-with-ie
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In Windows Server 2016, I setup the proxy using below powershell script:
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' -name ProxyServer -Value "proxyhostname:proxyport";
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' -name ProxyEnable -Value 1;
However, I'm still unable to connect to my website through IE11 browser. Is there any other place where the proxy setup needs to be done?
Might check the settings found here.
https://learn.microsoft.com/en-us/troubleshoot/browsers/use-proxy-servers-with-ie
--please don't forget to Accept as answer if the reply is helpful--
Hi,
Thank you for posting in Q&A!
Do you want to Configure Internet Explorer to Use a Proxy Server? As you described, you have tried both with command and GUI and the settings seems have no probelm.
Some users reported that Internet Explorer 11 has Proxy Problems After Update. For more details, please refer to:
https://windowsreport.com/internet-explorer-11-proxy-problems-windows-8-1-update/
I've also researched some suggestions regarding Troubleshooting with Proxy Server:
https://www.itprotoday.com/windows-78/troubleshooting-proxy-server
Hope you have a nice day : )
Gloria
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
https://learn.microsoft.com/en-us/answers/articles/67444/email-notifications.html