Skip to content

Instantly share code, notes, and snippets.

@lucianosmori
lucianosmori / README.md
Last active May 26, 2026 17:54
TLS 1.1 reverse proxy for accessing legacy devices. just Python 3

Usage

python3 tls11_proxy.py <device-ip>:443 8443

Then open http://localhost:8443 in any browser.

Examples

locals {
watchdog_tasks = {
"basic-int" = {
image_key = "sysops_watchdogtest-basiceventpublish"
image_name = "watchdogtest-basiceventpublish"
description = "Task to monitor basic internal mqtt services every 10 minutes"
cron = "cron(0/10 * * * ? *)"
sg_key = "internal"
settings = "/WatchDog/BasicEventPublish/Int"
extra_env = {}