You have to make sure the port you are connecting to is port 443 instead of port 80.
Example of explicitly setting the port to be used in the URL:
var request = (HttpWebRequest) WebRequest.Create("https://example.com:443/"); request.Method = "GET"; request.UserAgent = "example/1.0"; request.Accept = "*/*"; request.Host = "example.com"; var resp = (HttpWebResponse) request.GetResponse();
Related Posts:
- Error : Could not load file or assembly or one of it’s dependencies
- Configuration System Failed to Initialize
- Does not contain a static ‘main’ method suitable for an entry point
- Why am I getting a “Could not find a part of the path” exception?
- What is and how to fix System.TypeInitializationException error?
- Where can I find System.Web.Helpers, System.Web.WebPages, and System.Web.Razor?
- How to fix “namespace x already contains a definition for x” error? Happened after converting to VS2010
- Unable to connect to any of the specified mysql hosts. C# MySQL
- Receiving access denied error from Visual Studio when trying to change target framework
- WebException (Status: Protocol Error)
- How to post data to specific URL using WebClient in C#
- The type or namespace name could not be found
- How do I fix a .NET windows application crashing at startup with Exception code: 0xE0434352?
- How to resolve file being used by another process?
- Convert HTML to PDF in .NET
- C# HttpClient An existing connection was forcibly closed by the remote host
- IOException: The process cannot access the file ‘file path’ because it is being used by another process
- Error : Index was outside the bounds of the array.
- No connection could be made because the target machine actively refused it?
- What does a lock statement do under the hood?
- Could not load file or assembly or one of its dependencies
- All possible array initialization syntaxes
- What is C# equivalent of
- ASP.NET 5 MVC: unable to connect to web server ‘IIS Express’
- Why is this code throwing an InvalidOperationException?
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- Only one usage of each socket address (protocol/network address/port) is normally permitted?
- Regex for numbers only
- Why should I use SerializeField?
- C# equivalent of C++ vector, with contiguous memory?
- Access to the path is denied
- What does question mark and dot operator ?. mean in C# 6.0?
- How to jump in Unity 3d?
- ToList().ForEach in Linq
- Proper way to initialize a C# dictionary with values
- Incorrect string value: ‘\xEF\xBF\xBD’ for column
- How do I declare a DefaultValue attribute whose value is an array of strings?
- Unity3d restart current scene
- Get dictionary value by key
- Invalid URI: The format of the URI could not be determined
- Unity “The associated script can not be loaded” and “Win32Exception: The system cannot find the file specified”
- SQL Insert Query Using C#
- Convert Linq Query Result to Dictionary
- Get single value from dictionary by key
- How to round up the result of integer division?
- What is the difference between “@Scripts.Render” and “
Recommended Hostings
Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.
FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.