You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add TLS support for TrajectoryServer in rmf_visualization_scheule.
Description
Rmf-web requires that websocket messages sent over be encrypted. Right now, we have a jwt token verification process implemented but not yet for TLS (wss/https) support. TLS is required so that hackers will not be able to gain access to the jwt token or payload when sending data over.
The text was updated successfully, but these errors were encountered:
Feature request
Add TLS support for
TrajectoryServer
inrmf_visualization_scheule
.Description
Rmf-web requires that websocket messages sent over be encrypted. Right now, we have a jwt token verification process implemented but not yet for TLS (wss/https) support. TLS is required so that hackers will not be able to gain access to the jwt token or payload when sending data over.
The text was updated successfully, but these errors were encountered: