Skip to content

How to secure console proxy use nginx reverse Self-Signed SSL Certificate ? #9013

Closed Answered by rohityadavcloud
herdiansah571 asked this question in Q&A
Discussion options

You must be logged in to vote

Here's what you can do:

Let's assume you've a single public IP (usually your WAN), then you can setup port forwarding such as:

WAN port 80 (or 443) -> ACS mgmt server IP port 8080
WAN port 8080 -> CPVM public IP port 8080

Then you can create domain/DNS records such as:

A record for example.com -> WAN IP
A record for console.example.com -> WAN IP

ACS global settings can be tuned as: (restarting mgmt server required)
consoleproxy.sslEnabled -> true
consoleproxy.url.domain -> console.example.com

You can write nginx reverse proxy for the management server API/UI service on port 8080.

Here's example of how you can secure console proxy's port 8080 (here 192.168.1.20 is the CPVM public IP):

  li…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rohityadavcloud
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #8269 on April 30, 2024 12:38.