-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement SSL on layout server #79
Comments
@scottlogic-alex unblocked me, woo! |
WIP on branch I've created a working implementation of SSL on the server. There are a few caveats which requires more thought before we can implement TLS:
The certificates that exist on the branch shouldn't be used, because by pushing it remotely we've exposed the private key. If this work is going to be used, make sure to delete the current certificates and regenerate new ones. |
Draft PR raised into Finos repo. |
Background
We want to implement SSL on the layout server so that we can use a secure HTTPS connection when calling from Vuu UI. This will also satisfy the static code analysis and therefore remove the need to reference the calling code in the .semgrepignore file.
Work Required
application.properties
file for the layout serverSecurityConfig
class to redirect HTTP requests to HTTPSTesting
The text was updated successfully, but these errors were encountered: