
Hi, we have a Tableau server which is currently being accessed by https://tableau-one.mydomain.com, we want to also have https://tableau-one.mydomain.io to access the same serve instance.
is there a way to achieve this, we are on a Ubuntu 22.04 server.
1 Antwort
Hi @Akshar Jamgaonkar ,
How is this server accessed? Is it visible directly to the internet, or is it behind a reverse proxy/load balancer?
If it is visible directly, you need to create a ssl certificate with both domains in SAN information and use that on the server. If it is not visible, then you need to setup this ssl certificate on the proxy/load balancer used.
After that you need to point the .io URL to the same server as well.