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

Allow connections from another host in the same LAN using https #20

Open
ciropom opened this issue Jul 29, 2022 · 2 comments
Open

Allow connections from another host in the same LAN using https #20

ciropom opened this issue Jul 29, 2022 · 2 comments

Comments

@ciropom
Copy link

ciropom commented Jul 29, 2022

I have a docker-compose using this opal image.
When I try to connect from a machine in the same LAN I get an SSL cert error

The certificate chain was issued by an authority that is not trusted

How can I make the SSL certificate trusted?
I can think of two ways

  • importing manually the CA in each machine
  • using certbot to generate a trusted https certificate

I will prefer the second option, but this implies deriving from this docker image and overwriting the https certificates?
If possible, how can I do that, or in general allow connections from arbitrary hosts?

Thanks
Danilo

@ymarcon
Copy link
Member

ymarcon commented Jul 29, 2022 via email

@ciropom
Copy link
Author

ciropom commented Aug 1, 2022

Thank you,
I've seen that page. Unfortunately it's a very brief explanation that default keys are self-signed, but there is no indication on howto change that keys to allow connectivity.

It is strange to me that I need to setup a PKI for a development setup..

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

2 participants