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

SSL-enabled subdomain not activating service in FreeTAKServer dashboard #710

Open
DifferenzSys2253 opened this issue May 1, 2024 · 2 comments

Comments

@DifferenzSys2253
Copy link

The issue is I have hosted both the UI and Server using one instance so the IP is same
now I have created sub domain and mapped it with the UI and added SSL
and as the server is on http so it displays that service is running but not activated in the dashboard.

image

while removing subdomain and running it on IP using http it is working properly

I have installed latest version of FreeTAKServer which is 2.1.3 and FreeTAKServer-UI which is 2.1.1.2.
Python version is 3.11.7 and the OS is Ubuntu, 22.04 LTS, amd64 jammy image

@DifferenzSys2253
Copy link
Author

The is config.py in FreeTAKServer-UI

image
image

@naman108
Copy link
Collaborator

naman108 commented May 10, 2024

hey there, three changes.

  1. update to version 2.2.1
  2. change the IP variable in your config.py to the domain name
  3. set the following variables in your /opt/FTSConfig.yaml file
    Addresses:
    FTS_DP_ADDRESS=[YOUR DOMAIN NAME]
    FTS_USER_ADDRESS=[YOUR DOMAIN NAME]
    simply restart your server, regenerate your certificates and then they should contain your domain name.

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