How to disable SSL validation using Python Requests library.
ESP32 Arduino: HTTPS GET Request
The objective of this post is to explain how to perform a GET request over HTTPS using the Arduino core on the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to perform a GET request over HTTPS using …
Python anywhere: Forcing HTTPS on Flask app
The objective of this post is to explain how to force HTTPS on a deployed Flask application on pythonanywhere. Introduction The objective of this post is to explain how to force HTTPS on a deployed Flask application on pythonanywhere. As indicated here, there is SSL support even for free accounts. Here is an explanation on how we can …
Continue reading "Python anywhere: Forcing HTTPS on Flask app"