#ssl

[ follow ]
CodeProject
3 weeks ago
Node JS

How to Set Up SSL: A Step-by-Step Guide

SSL certificates encrypt data and are vital for trust and SEO.
Choose a reputable provider like Let's Encrypt for free SSL certificates.
Generate a Certificate Signing Request (CSR) before obtaining SSL.
Configure SSL settings in server configuration files to ensure security. [ more ]
Hackernoon
1 month ago
JavaScript

Redirect HTTP Traffic To HTTPS On An NGINX Server | HackerNoon

Redirecting HTTP traffic to HTTPS enhances security and improves SEO rankings. [ more ]
CodeProject
6 months ago
DevOps

Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues

OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed. [ more ]
[ Load more ]