Files
OpenPLC_v3/webserver
Devin AI 7b16afb69d Fix Windows/MSYS2 compatibility: convert Path to str for ssl_context
Flask/Werkzeug's ssl_context parameter expects string paths, not pathlib.Path
objects. On Windows/MSYS2, passing Path objects causes 'Resource temporarily
unavailable' error. Converting to strings maintains Linux compatibility while
fixing Windows support.

Fixes the error reported by user where context showed PosixPath objects
instead of strings, causing Flask to fail on Windows/MSYS2.

Co-Authored-By: Thiago Alves <thiagoralves@gmail.com>
2025-10-08 19:52:35 +00:00
..
2025-09-11 13:15:12 -04:00
2025-07-16 14:23:29 -04:00
2025-07-31 11:55:28 -03:00
2025-09-10 10:23:45 -04:00