Skip to content

Commit

Permalink
VH 1314 - Updated README file with grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DokurOmkar committed Jul 10, 2024
1 parent d684f58 commit c1c83bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To support execution in a simulated environment, V2X-Hub is in the process of in
* **SENSOR_JSON_FILE_PATH** – Environment variable for storing path to sensor configuration file. This is an optional simulation environment variable that allows for setting up simulated sensor for a V2X-Hub instance. Example file can be found in the **CDASimAdapterPlugin** tests [here](../src/v2i-hub/CDASimAdapter/test/sensors.json).

### Access V2X-Hub
To access V2X-Hub UI, please use either chromium or google-chrome browser and run the following command
To access V2X-Hub UI, either chromium or google-chrome browser can be used by running the following commands:
```
chromium-browser --ignore-certificate-errors <v2xhub_ip>
```
Expand All @@ -72,4 +72,4 @@ google-chrome --ignore-certificate-errors <v2xhub_ip>
```

> [!NOTE]
> V2X-Hub Server uses a secure WebSocket connection to communicate with the browser. For this, V2X-Hub Server uses a self-signed certificate instead of one signed by a trusted certificate authority (CA). Most of the browsers do not trust this until explicitly told to do so by navigating to the WebSocket URL (https://<v2xhub_ip>:19760) and accepting the risk. The `--ignore-certificate-errors` option instructs the browser to ignore certificate errors and warnings which removes manually effort of accepting this risk on V2X-Hub deployments. **Using the browser with this option enabled to access the internet or any other application is not advised as it is a security risk**.
> V2X-Hub Server uses a secure WebSocket connection to communicate with the browser. For this, V2X-Hub Server uses a self-signed certificate instead of one signed by a trusted certificate authority (CA). Most of the browsers do not trust this until explicitly told to do so by navigating to the WebSocket URL (https://<v2xhub_ip>:19760) and accepting the risk. The `--ignore-certificate-errors` option instructs the browser to ignore certificate errors and warnings which removes manual effort of accepting this risk on V2X-Hub deployments. **Using the browser with this option enabled to access the internet or any other application is not advised as it is a security risk**.

0 comments on commit c1c83bd

Please sign in to comment.