Skip to content
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

SSL #57

Open
liviuba opened this issue Sep 20, 2023 · 1 comment
Open

SSL #57

liviuba opened this issue Sep 20, 2023 · 1 comment

Comments

@liviuba
Copy link
Contributor

liviuba commented Sep 20, 2023

Self-signed certificates cover most cases and leaves room for ssl termination in the EBI load balancer if needed

Also create a custom CA to avoid littering downstream code with ignoreCertificates=True

@liviuba
Copy link
Contributor Author

liviuba commented Sep 27, 2023

Custom CA was finicky due to tools sometimes (but not always) ignoring the system CAs (on linux), e.g. curl installed with conda.

Explicitly pointing to the CA pem doesn't help because we break lots of public CA conventions (ip as CN for embassy machines).

Deployed selfsigned certs but not checking host keys for the moment. Parked until public release, since then we would need an ssl setup with public CAs anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant