22 captures
03 Feb 2019 - 06 Dec 2025
Sep OCT Nov
24
2020 2021 2022
success
fail

About this capture

COLLECTED BY

Collection: Save Page Now Outlinks

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20211024202459/https://www.fullstackpython.com/https.html
 

Full Stack Python logoFull Stack Python
All topics | Blog | Supporter's Edition | @fullstackpython | Facebook | What's new?

HTTPS






The HTTP Secure (HTTPS) protocol encyrpts data between a web server and the client web browser.

HTTPS tutorials




How To Secure Nginx with Let's Encrypt on Ubuntu 18.04 walks through how to configure your Nginx server with HTTPS using a free Let's Encrypt domain certificate.



Switching Your Site to HTTPS on a Shoestring Budget shows the steps for moving a GitHub Pages-based site or any site that can be behind Cloudflare's free tier to HTTPS.


Additional HTTPS resources




The 6-Step "Happy Path" to HTTPS covers how to obtain a free SSL certificate, permanently redirect HTTP to HTTPS and fix insecure references to non-HTTPS resources.



HTTPS on Stack Overflow: the end of a long road is a wonderfully in-depth post on transitioning from HTTP to HTTPS, including redirecting all HTTP requests to HTTPS, for a very high trafficked website.



TLS stats from 1.6 billion connections to mozilla.org provides real-world data for which ciphersuites to use based on mozilla.org connections.



HTTPS in the real world is both an accesible read and gives the nitty gritty details beyond how the HTTPS handshake and transmission work, along the assumptions it breaks down about where the most likely attack vectors really come from.



How Let's Encrypt Works is a primer on how the free and now widely-used certificate service grants and revokes domain certificates.



Performing & Preventing SSL Stripping: A Plain-English Primer explains the KRACK Attack for stealing data despite an HTTPS connection and how your site needs to use HSTS to prevent the attack.



HTTPS adoption has reached the tipping point shows data about the growth of HTTPS and how most sites now serve more than half their traffic via secure connections.



Google's HTTPS transparency report card shows the growth of HTTPS connections across Google's properties. There is a clear upward trend but even some of Google's properties still are not 100% using HTTPS over unencrypted HTTP connections.



An overview of TLS 1.3 and TLS 1.3 - enhanced performance, hardened security cover the high-level information on the latest approved version of Transport Security Layer (TLS) 1.3.


What's next in your web application?





What editor should I use to code my Python app?
 




What runs a Python application execute on the server?
 




How should Python libraries be installed on a server?
 





Sponsored By


AssemblyAI logo
The most accurate speech-to-text API. Built for Python developers.





Table of Contents



1. Introduction 2. Development Environments 3. Data 4. Web Development Web Frameworks Django Flask Bottle Pyramid TurboGears Falcon Morepath Sanic Other Web Frameworks Template Engines Jinja2 Mako Django Templates Web Design HTML Cascading Style Sheets (CSS) Responsive Design Minification CSS Frameworks Bootstrap Foundation JavaScript React Vue.js Angular Task Queues Celery Redis Queue (RQ) Dramatiq Static Site Generators Pelican Lektor MkDocs Testing Unit Testing Integration Testing Debugging Code Metrics Networking HTTPS WebSockets WebRTC Web APIs Microservices Webhooks Bots API Creation API Frameworks Django REST Framework API Integration Twilio Stripe Slack Okta Security SQL Injection CSRF 5. Deployment 6. DevOps Changelog What Full Stack Means About the Author Future Directions Page Statuses ...or view the full table of contents.



Full Stack Python


Full Stack Python is an open book that explains concepts in plain language and provides helpful resources for those topics.

Updates via Twitter & Facebook.



Chapters



1. Introduction 2. Development Environments 3. Data 4. Web Development » HTTPS 5. Deployment 6. DevOps Changelog What Full Stack Means About the Author Future Directions Page Statuses ...or view the full table of contents.

 



Matt Makai 2012-2021