Domain and HTTPS configuration
This part of the configuration determines how your ExtensionsManager and products are accessed and secured.
Domain Setup
You can define a custom domain for both the Extensions Manager and your extensions. The domain controls how Tableau and other services connect to your environment.
Default:
localhost
When entering a custom domain, do not include
http://
orhttps://
.
✅ Good Example:
extensionsmanager.infotopics.com
❌ Incorrect Example:
https://extensionsmanager.infotopics.com/
HTTPS Setup
Using HTTPS enables secure communication between Tableau, the Extensions Manager, and your server.
It is required when using a domain other than localhost
.
When enabling HTTPS, you must provide SSL certificate details:
Either two separate files (
.crt
and.key
), orOne combined SSL file (e.g.,
.pem
).
Once HTTPS is active:
Connections will be encrypted and verified against the specified domain.

Last updated