Closed heliax01 closed 9 months ago
Have you tried just putting in https://website.com/
for your base URL? Are those the error messages it generates when you do, or are you putting in `https://website.com:443/"
https://website.com/ is what i have in the base_url field. Putting in `https://website.com:443/" produces exactly the same error.
I have had the same problem with setting up CRCON's stats page. The workaround was to setup an additional subdomain and pointing the proxy url to :7010, because the stats page uses a separate website. This is not the case here, so I managed to get it working by setting up hll_seed_vip on the same proxied host and pointing the base_url to http://192.168.xxx.xxx:8010
Thanks for looking into this and all the work you do for the HLL community!
I have had the same problem with setting up CRCON's stats page. The workaround was to setup an additional subdomain and pointing the proxy url to :7010, because the stats page uses a separate website. This is not the case here, so I managed to get it working by setting up hll_seed_vip on the same proxied host and pointing the base_url to http://192.168.xxx.xxx:8010
Thanks for looking into this and all the work you do for the HLL community!
That is interesting because it's just making HTTP calls to the API, it shouldn't be any different than when you use CRCON through the browser.
Did you try matching the same URL you use when you access CRCON through a browser? I'm not familiar with nginx at all really or proxies, but I'm glad you found a fix.
Problem is that nothing is listening on "website.com:443", but "https://website.com" is working fine. Behind Nginx proxy it would just be "website" subdomain name based. Is there a way to get rid of the additional ":443"?