Skip to content

Commit

Permalink
feat: remove ssl from rosbridge so tls can be terminated by reverse p…
Browse files Browse the repository at this point in the history
…roxy
  • Loading branch information
Wihmajster committed Feb 2, 2025
1 parent ee4eb97 commit 7eb8c2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions firo_bringup/launch/web_bridge.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@

<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
<arg name="port" value="8081"/>
<arg name="certfile" value="$(var certificate_path).crt"/>
<arg name="keyfile" value="$(var certificate_path).key"/>
<arg name="ssl" value="true"/>
</include>
</launch>

0 comments on commit 7eb8c2f

Please sign in to comment.