Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

ssl

Is current request being made over SSL with Azure deployment

September 1, 2022 by Magenaut

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.

Categories ASP.NET, Q&A Tags asp.net, azure, c#, https, ssl Leave a comment

C# ASP.NET Send Email via TLS

September 1, 2022 by Magenaut

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.

Categories ASP.NET, Q&A Tags asp.net, c#-2.0, ssl Leave a comment

Can I reuse HttpWebRequest without disconnecting from the server?

September 1, 2022 by Magenaut

I’m trying to debug a specific issue with my ASP.NET application. The client runs the following code:

Categories ASP.NET, Q&A Tags .net, asp.net, c#, iis, ssl Leave a comment

WCF service not working when accessed over HTTPS and HTTP

August 31, 2022 by Magenaut

I’ve installed a SSL certificate in IIS.

Categories ASP.NET, Q&A Tags asp.net, ssl, vb.net, wcf, web-services Leave a comment

Can Client certificate settings be configured in the web.config

August 31, 2022 by Magenaut

I’m working with an SSL application and am wanting to control which folders ignore, require or accept client certifications.

Categories ASP.NET, Q&A Tags .net, asp.net, c#, iis, ssl Leave a comment

IISExpress cannot find ssl page running localhost with Visual Studio 2013

August 31, 2022 by Magenaut

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.

Categories ASP.NET, Q&A Tags asp.net, c#, iis-express, ssl, visual-studio-2013 Leave a comment

Why does Request.IsSecureConnection return false when true is expected

August 30, 2022 by Magenaut

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.

Categories ASP.NET, Q&A Tags asp.net, https, ssl Leave a comment

get ssl certificate in .net

August 30, 2022 by Magenaut

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/

Categories ASP.NET, Q&A Tags asp.net, c#, ssl Leave a comment

How to make a website secured with https

August 30, 2022 by Magenaut

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)

Categories ASP.NET, Q&A Tags asp.net, asp.net-2.0, https, ssl Leave a comment

ASP.NET Core + IIS Express how to setup SSL Certificate

August 29, 2022 by Magenaut

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.

Categories ASP.NET, Q&A Tags asp.net, asp.net-core, c#, iis-express, ssl Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page6 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress