-
Notifications
You must be signed in to change notification settings - Fork 15
Generate SSL certificate for Testrun UI #457
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
Conversation
|
Any opinions on the implementation of this @jhughesbiot? |
Signed-off-by: J Boddey <boddey@google.com>
Fix paths for cert generation Fix root path reference
|
@jboddey Fixed a few issues so this should be good to go. |
|
@jboddey I can't seem to get this to actually work anymore, UI module keeps crashing. |
Signed-off-by: J Boddey <boddey@google.com>
|
This no longer works because the UI connects to the ws server using an insecure port (so it doesn't load). In order to continue, we would need to add TLS to the web sockets server. |
The certificate is not automatically trusted for Chrome. The user must manually import the certificate by following this guide: https://docs.vmware.com/en/VMware-Adapter-for-SAP-Landscape-Management/2.1.0/Installation-and-Administration-Guide-for-VLA-Administrators/GUID-D60F08AD-6E54-4959-A272-458D08B8B038.html
Documentation is yet to be added to this PR.