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 expose my solidtime instance to the internet using Traefik and through Cloudflare Tunnels. As Cloudflare Tunnels handles HTTPS, I don't handle this on my machine.
I get mixed content errors whenever I try to use solidtime.
xhr.js:195 Mixed Content: The page at 'https://my-domain.com/login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://my-domain.com/register'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered:
I expose my solidtime instance to the internet using Traefik and through Cloudflare Tunnels. As Cloudflare Tunnels handles HTTPS, I don't handle this on my machine.
The following is in my
laravel.env
I get mixed content errors whenever I try to use solidtime.
xhr.js:195 Mixed Content: The page at 'https://my-domain.com/login' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://my-domain.com/register'. This request has been blocked; the content must be served over HTTPS.
The text was updated successfully, but these errors were encountered: