Fórum

problem with http

Toshiro Mifune, modificado 8 Anos atrás.

problem with http

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
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, modificado 8 Anos atrás.

RE: problem with http

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
Can you please elaborate more.. I believe you want to say something about http vs https content..
Toshiro Mifune, modificado 8 Anos atrás.

RE: problem with http

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
The point of that error is : The content must be served over HTTPS.
Toshiro Mifune, modificado 8 Anos atrás.

RE: problem with http

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
And somethimes liferay put into a code line with http ... no idea what to do
thumbnail
Ravi Kumar Gupta, modificado 8 Anos atrás.

RE: problem with http

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
What kind of "big loading problem" you are getting.. can you show some screenshots?
thumbnail
Ravi Kumar Gupta, modificado 8 Anos atrás.

RE: problem with http

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
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, modificado 8 Anos atrás.

RE: problem with http

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
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, modificado 8 Anos atrás.

RE: problem with http

Liferay Legend Postagens: 6403 Data de Entrada: 23/09/08 Postagens Recentes
...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, modificado 8 Anos atrás.

RE: problem with http

Regular Member Postagens: 238 Data de Entrada: 11/12/14 Postagens Recentes
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, modificado 8 Anos atrás.

RE: problem with http

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
which server? screenshot of browser?