Is current request being made over SSL with Azure deployment
I’m not asking how to force HTTPS, I’m asking why in Azure deployment is context.Request.IsSecureConnection returning false even when the request is over HTTPS.
I’m not asking how to force HTTPS, I’m asking why in Azure deployment is context.Request.IsSecureConnection returning false even when the request is over HTTPS.
In order to comply with HIPAA regulations, we need to send email from an external site (outside the firewall) to an internal Exchange server (inside the firewall). Our Exchange admins tell us we need to use TLS encryption to send mail from the web server to the email server.
I’m trying to debug a specific issue with my ASP.NET application. The client runs the following code:
I’ve installed a SSL certificate in IIS.
I’m working with an SSL application and am wanting to control which folders ignore, require or accept client certifications.
When I access the site as http://localhost:26049, the site runs fine. If I try to access the site with https://localhost:44319, I get page not found.
I have an aspx page which is checking Request.IsSecureConnection to ensure it is true, if not it does a redirect to the the secure page at https://www.domain.com/page.aspx.
i am looking to get the data from any given domain names SSL certificate. For example I want to put in any website address e.g. “http://stackoverflow.com” and my code would firstly check if an SSL certificate exists. If it does then I want it to pull out the expiry date of the certificate. [ i am reading Domainnames from DB ]
Example :http://www.digicert.com/help/
I have to build a small webapp for a company to maintain their business data… Only those within the company will be using it, but we are planning to host it in public domain, so that the employees can connect to app from various locations. (Till now I have built web apps that are hosted internally only)
We are running a web API with ASP.NET Core on IIS Express locally. We are using a custom domain name configured in the hosts-file.