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

nginx proxy #13

Open
lostfile1 opened this issue Oct 15, 2022 · 2 comments
Open

nginx proxy #13

lostfile1 opened this issue Oct 15, 2022 · 2 comments

Comments

@lostfile1
Copy link

is there a way to point nginx at the server

@networkimprov
Copy link
Owner

Are you suggesting this so your website and TMTP server could use the same TLS certificate?

That might work if you can configure nginx to "hijack" a new connection for a certain listening port, and open a TLS connection to the TMTP server (configured with a self-signed cert), then pass traffic between them. Not sure I'd recommend this tho, since it could open security holes.

@lostfile1
Copy link
Author

Are you suggesting this so your website and TMTP server could use the same TLS certificate?

That might work if you can configure nginx to "hijack" a new connection for a certain listening port, and open a TLS connection to the TMTP server (configured with a self-signed cert), then pass traffic between them. Not sure I'd recommend this tho, since it could open security holes.

Yes and you do have a point

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