A while back I had a post where I talked about setting up .net core in docker using SSL and a HTTPS port you can read that here To make a .net core project work on a HTTPS port you…
https
A collection of 5 posts
A Story of .Net Core and Docker with HTTPS
So this one stumped me a bit. I have my app in a built in .net core running in a docker container and was trying to get the reverse proxy to talk to the container over HTTPS. So in this…
Lets talk about HTTPS
That's right this post is all about HTTPS. This is the first of a number of posts I have planned on HTTPS but it covers the basics and will help as a reference in later posts as I get into…
ASP MVC HTTPS and 301 Redirect
Last time around I explained how to get Lets encrypt up and running on Windows Azure to catch up click here Now I have it running I need to get my sites to use HTTPS all the time and also…
Lets Encrypt Windows Azure
It was time to do it, it was time to go HTTPS crazy or at least try it and see what I can break. Lets Encrypt Lets Encrypt is an SSL Certificate Authority, it's free and automated. Certs are valid…