mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Fix using SSL with remote computes. Fixes https://github.com/GNS3/gns3-gui/issues/3733
This commit is contained in:
parent
98477371d2
commit
85bbc74f7d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user