-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Mixed content warnings on newsfeed #2398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Morlinest maybe you can see this one. |
@lunny I hope yes. I think problem is when you use reverse proxy with @davidmehren Did you set your |
Everything is fine again after I changed I was first confused by this setting, because after I set @Morlinest Thanks for your advice! One last question: Why did everything work in Gitea 1.2? Was there a behaviour change in 1.3? |
@davidmehren you mean 1.1.2 and 1.1.3, don't you? |
@davidmehren You're welcome. I think change from relative to absolute url was done in #1779 + #1820 (new function |
Description
When using the new 1.2.0 RC1, Chrome complains about mixed content on the "newsfeed" that is shown when a user is logged in.
The user profile picture on the left of each news entry is loaded using a absolute URL and HTTP:
1.1.2 is using relative URLs:
Gitea is running behind a nginx reverse proxy which terminates the TLS connection to the clients.
I can not reproduce this on try.gitea.io, because that seems to be using Gravatar for profile pics, which are loaded using HTTPS.
The text was updated successfully, but these errors were encountered: