fix: cert check on connect, force IPv4, remove hardcoded IP from bridge.sh #63

Closed
p2l wants to merge 1 commits from p2l/KX-Bridge-Release:feature/bridge-fixes into master

1 Commits

Author SHA1 Message Date
Phil Merricks
de1a5df53c fix: cert check on connect, force IPv4, clean up bridge.sh default IP
- Raise FileNotFoundError with clear message when TLS certs are missing
  rather than a cryptic SSL error
- Use getaddrinfo(AF_INET) before create_connection to force IPv4 and
  avoid dual-stack resolution failures on some networks
- Comment out hardcoded PRINTER_IP in bridge.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 17:40:56 +01:00