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

Cloud Deployment outside access #211

Open
cervalx opened this issue Aug 14, 2024 · 0 comments
Open

Cloud Deployment outside access #211

cervalx opened this issue Aug 14, 2024 · 0 comments

Comments

@cervalx
Copy link

cervalx commented Aug 14, 2024

I have been using iBeam on a local server and now I have moved everything in the cloud on digitalocean. I would like to create a secure connection from a frontend app.

I guess the use-case described in the wiki is to access port 5000 locally and do not expose it.

What I tried:
Generate certificate for gateway and turn CCP: true.
Expectation: gateway to force only secure connection.
Reality: this did not force secure connections, when I do curl -k I still get a response

What I am looking into now: mTLS + reverse proxy using nginx, where 2 certificates are used to connect to a secured port, then data is relayed internally from that secured port to port 5000.

Does anyone have any experience with this?

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