Fix using SSL with remote computes. Fixes https://github.com/GNS3/gns3-gui/issues/3733

This commit is contained in:
grossmj 2026-04-23 21:59:51 +08:00
parent 98477371d2
commit 85bbc74f7d
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -174,6 +174,7 @@ class Controller:
compute_id=str(c.compute_id),
connect=False,
**c.dict(exclude_unset=True, exclude={"compute_id", "created_at", "updated_at"}),
ssl_context=self._ssl_context
)
except (ControllerError, KeyError):
pass # Skip not available servers at loading