-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VH 1314 - Allow V2X-Hub Web UI browser access without self signed certificate warning acceptance #622
Merged
paulbourelly999
merged 11 commits into
develop
from
vh-1314_allow_v2xhub_web_ui_browser_access_without_warning
Jul 10, 2024
Merged
VH 1314 - Allow V2X-Hub Web UI browser access without self signed certificate warning acceptance #622
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
cb6f5c4
VH 1314 - Added browser commands to ignore warning on chrome and chro…
DokurOmkar 1380a18
VH 1314 - Updated the initialization script and README file
DokurOmkar 8a95f2c
VH 1314 - Updated README file
DokurOmkar a01c13c
VH 1314 - Update README.md
DokurOmkar 04b96af
VH 1314 - Updated README file
DokurOmkar 3fdd446
VH 1314 - Updated README file
DokurOmkar f8cdd45
VH 1314 - Updated README file
DokurOmkar 3305963
VH 1314 - Updated README file
DokurOmkar 9c6af3a
VH 1314 - Updated README file
DokurOmkar d684f58
VH 1314 - Updated README file
DokurOmkar c1c83bd
VH 1314 - Updated README file with grammar errors
DokurOmkar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the wrong command since we use chromium below. We can offer this as an option of the user has google chrome instead of chromium. A note explaining why we do this may be useful. Something link
Note
V2X-Hub Server uses a secure WebSocket connection to communicate with the browser. V2X-Hub Server uses a self-signed certificate instead of one signed by a trust certificate authority (CA) for this secure connection, which most browsers will not trust until explicitly told to do so by navigating the 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