Search found 1 match
- Thu Jun 05, 2025 3:59 pm
- Forum: Support
- Topic: [Solved] Stuck at validating license
- Replies: 4
- Views: 7897
Re: [Solved] Stuck at validating license
We are having this same issue and I'm a bit confused. Should the nginix reverse proxy not be where the certificate is added? i.e. the proxy config might look like this server { listen 80; server_name unimus.company.tld; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name uni...