留言板

problem with http

Toshiro Mifune,修改在8 年前。

problem with http

Regular Member 帖子: 238 加入日期: 14-12-11 最近的帖子
I have big problem with loading page when somewhere is used http://. Hope u know what I mean. What should I do?
thumbnail
Ravi Kumar Gupta,修改在8 年前。

RE: problem with http

Liferay Legend 帖子: 1302 加入日期: 09-6-24 最近的帖子
Can you please elaborate more.. I believe you want to say something about http vs https content..
Toshiro Mifune,修改在8 年前。

RE: problem with http

Regular Member 帖子: 238 加入日期: 14-12-11 最近的帖子
The point of that error is : The content must be served over HTTPS.
Toshiro Mifune,修改在8 年前。

RE: problem with http

Regular Member 帖子: 238 加入日期: 14-12-11 最近的帖子
And somethimes liferay put into a code line with http ... no idea what to do
thumbnail
Ravi Kumar Gupta,修改在8 年前。

RE: problem with http

Liferay Legend 帖子: 1302 加入日期: 09-6-24 最近的帖子
What kind of "big loading problem" you are getting.. can you show some screenshots?
thumbnail
Ravi Kumar Gupta,修改在8 年前。

RE: problem with http

Liferay Legend 帖子: 1302 加入日期: 09-6-24 最近的帖子
You might be loading some content from https and you might have http. Or opposite of this..

Try loading your content using urls like this

<script src="//my.cdn.example.com/js/abc.js"></script>

The actual url may be https://my.cdn.example.com/js/abc.js or http://my.cdn.example.com/js/abc.js but using // and removing http/https from the url tells browser to use same protocol the site is using..

Is somehting like this happening?
Toshiro Mifune,修改在8 年前。

RE: problem with http

Regular Member 帖子: 238 加入日期: 14-12-11 最近的帖子
I tried this ... but somewhere liferay has inside some http what I dont know how to change ... there is a lot of lines with http .. it is impossoble to change it all ... as I said ... I am not good in this ... maybe this has something to do with it ... https://github.com/liferay/liferay-portal/blob/6.1.2-ga3/portal-impl/src/portal.properties#L7428-7450 ... maybe not
thumbnail
Olaf Kock,修改在8 年前。

RE: problem with http

Liferay Legend 帖子: 6403 加入日期: 08-9-23 最近的帖子
...and your setup is? Application server? Apache? Version?

If you want us to suggest what to do, you might want to give us a hint what you already did
Toshiro Mifune,修改在8 年前。

RE: problem with http

Regular Member 帖子: 238 加入日期: 14-12-11 最近的帖子
I just install liferay on server and created a theme. Nothing more I did. If I set just default theme, it has same problem with http. I dont know what to set, where to set. I need some help what to do.
thumbnail
Ravi Kumar Gupta,修改在8 年前。

RE: problem with http

Liferay Legend 帖子: 1302 加入日期: 09-6-24 最近的帖子
which server? screenshot of browser?