diff --git a/gns3server/controller/compute.py b/gns3server/controller/compute.py index 00ad52bd4..c49e8d3ba 100644 --- a/gns3server/controller/compute.py +++ b/gns3server/controller/compute.py @@ -372,7 +372,7 @@ class Compute: Connect to the notification stream """ try: - self._ws = yield from self._session().ws_connect(self._getUrl("/notifications/ws")) + self._ws = yield from self._session().ws_connect(self._getUrl("/notifications/ws"), auth=self._auth) except aiohttp.errors.WSServerHandshakeError: self._ws while self._ws is not None: