You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing cloudflare tunnel service into my proxmox machine, and added a record to point to http://<huly-vm-ip>:8087/ so it will have a DNS record of https://office.some.tld
Wherein huly-vm ip is 10.0.1.222
But it appears there's an issue when attempting to login Unknown error: Failed to fetch
utils.ts:957 Mixed Content: The page at 'https://office.some.rld/login%3Acomponent%3ALoginApp/login' was loaded over HTTPS, but requested an insecure resource 'http://10.0.1.222:3000/providers'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered:
I had some success getting huly to run behind cloudflare tunnel.
I used the setup.py from under the huly-selfhost/nginx directory, and had to make some slight modification to the setup.py because it was hard-coding ports into the wrong places for a cloudflare tunnel configuration.
I have an existing cloudflare tunnel service into my proxmox machine, and added a record to point to
http://<huly-vm-ip>:8087/
so it will have a DNS record ofhttps://office.some.tld
Wherein
huly-vm ip
is10.0.1.222
But it appears there's an issue when attempting to login
Unknown error: Failed to fetch
The text was updated successfully, but these errors were encountered: