@!
Hubzilla Support Forum Dear all,
I have noticed that there are mixed content warnings. I found four entries in the hubloc table that are using http instead of https. Is this on purpose? I am redirecting everything to https within Apache but I keep seeing warnings.
An example:
#^https://federate.hopto.org/channel/sysselect hubloc_id, hubloc_id_url from hubloc where hubloc_id_url like 'http:%';
+-----------+----------------------------------------------+
| hubloc_id | hubloc_id_url |
+-----------+----------------------------------------------+
| 2 |
#^http://federate.hopto.org/channel/sys |
| 267 |
#^http://hub1.sprechrun.de/channel/flegno |
| 11 |
#^http://redtest.dszdw.net/channel/klaus |
| 3088 |
#^http://z.tqt.solutions/channel/tonemoonstone |
+-----------+----------------------------------------------+
select hubloc_id, hubloc_url from hubloc where hubloc_url like 'http:%';
+-----------+---------------------------+
| hubloc_id | hubloc_url |
+-----------+---------------------------+
| 2 |
#^http://federate.hopto.org |
| 267 |
#^http://hub1.sprechrun.de |
| 11 |
#^http://redtest.dszdw.net |
| 3088 |
#^http://z.tqt.solutions |
+-----------+---------------------------+