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
End problem I'm having is seeing blank page; browser console shows these errors:
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure stylesheet '<URL>'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://my-domain.me/login' was loaded over HTTPS, but requested an insecure stylesheet 'http://my-domain.me/build/assets/app-D6EK0Jbv.css'. This request has been blocked; the content must be served over HTTPS.
Now, when I access https://my-domain.me, the blank page opens, and I get a burst of errors about blocked requests, that a bunch of insecure requests were made. If I try to curl those links, I get 308 Redirect to https; however, browser plain drops even an attempt to connect over http.
The site, however, works, if I go to my-public-ip-address:8061. There, it is working fine, but it works over http protocol.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
End problem I'm having is seeing blank page; browser console shows these errors:
I'm running Monica as such:
Although I'm passing envvars, Monica doesn't seem to use them (I'm making such guess, as APP_URL has not been changed):
I'm using Caddy to reverse proxy:
Now, when I access https://my-domain.me, the blank page opens, and I get a burst of errors about blocked requests, that a bunch of insecure requests were made. If I try to curl those links, I get 308 Redirect to https; however, browser plain drops even an attempt to connect over http.
The site, however, works, if I go to my-public-ip-address:8061. There, it is working fine, but it works over http protocol.
How can I make https work? What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions