We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Advanced search

Forum home » Advanced search » Search result
Pages: 1 2 3 »
Rob Walker
Rob Walker Jan 9 '12
Hi. I clicked on the compatibility button but nothing worked. However, I did a bit of searching and found this :- ie fix : Tools -> Internet Options -> Security tab -> click on the Internet Icon -> click Custom Level -> scroll down to "Display Mixed Content". … More
Kenneth
Kenneth Oct 21 '14
So the main issue I seem to be having is plug-ins are not saving settings I am setting and this happened shortly after migrating my site to a new host. At first I didn't understand how to get the cron working with the new host and I used this line /usr/bin/GET /server/user/public_html/ow_cron/run. … More
Kenneth
Kenneth Nov 25 '14
Video After the update I noticed there were still mistakes somewhere within the code allowing for mixed content spite http now working and being switched to https via youtube embed codes. this issue is reguarding the thumbnails and correcting their http to https. if you open video_providers. … More
Kenneth
Kenneth Nov 25 '14
Blog If you are seeing mix content in your blogs how to fix this is simple and sort of silly. Open a blog post that is showing mixed content click the edit button and then click save (not draft) this will turn all your site hosted images https. … More
Kenneth
Kenneth Nov 25 '14
Groups This is the same issue as blogs when you have groups that show mixed content and it appears to only be the groups logo just edit the group and click save this should overwrite your previous http and turn it into https. It's a lot of work but someone have to do it :P NOTE: … More
Kev
Kev Apr 7 '15
Thanks for the info on this, Kenneth. This seems to have fixed a number of mixed content issues for me. However, I am still having issues whereby some mixed content is being generated when people like to things like blog posts within the newsfeed. If there a way to tell oxwall to not loads a thumbnail if it isn't SSL enable? Thanks, Kev More
Kenneth
Kenneth Apr 8 '15
Oxwall is an open source platform that currently has outdated documentation (They are currently working on updating these docs so users like yourself can get up to date on development inside their platform) This being said if you are SSL your best bet is to host as much as possible within the sites … More
Kev
Kev Apr 8 '15
Thanks for the info guys, and in particular, Kenneth. I really appreciate the in-depth response. I'd be happy to make any changes required, the problem is, I don't know what changes I need to make. … More
Andreas L.
Andreas L. Feb 3 '15
I do not understand.When I post an external HTTP link in the newsfeed status, I get the mixed content error on any browser. Oxwall did not rewrite this link to HTTPS. Links in Profile Fields will be rewritten immediately to https. More
ross Team
ross Feb 4 '15
This is how the newsfeed works under SSL, because what it the resource you have posted does not support SSL, in this case you will have an error, which is why you have security warning mixed content error.  As to the links in the profile fields, … More
ketkew
ketkew Aug 18 '15
I think that the mixed content can be fixed if you use protocol relative URLs? So whats in the config.php: define('OW_URL_HOME', 'http://mywebsite.com/' OR BETTER 'https://mywebsite.com/'); Should be set as protocol relative URL: define('OW_URL_HOME', '//mywebsite.com/'); … More
Kelvin
Kelvin Feb 14 '15
Mixed Content: The page at 'https://' was loaded over HTTPS, but requested an insecure font 'http://smart-ip.net/styles/fonts/digital-7-mono.ttf'. This request has been blocked; the content must be served over HTTPS. http://smart-ip.net/styles/fonts/digital-7-mono.ttf is not an SSL site. … More
Topic location: Support » General Questions
Durlabh Ashok
Durlabh Ashok Feb 9 '15
Liam, you get this warning because you must have SSL on your site and the Iframe it displays comes from a non SSL site, So you get warning because of mix-content on your site.For more details: http://www.howtogeek.com/181911/htg-explains-what-exactly-is-a-mixed-content-warning/ More
Topic location: Support » General Questions
Taissa Team
Taissa Mar 12 '15
Bobby Brown, page served over https:// with an iframe using an http:// URL: will generate mixed content warnings, thereby introducing a potential security risk, and should be avoided. You can find more information here: https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/ . More
Bernd Eckenfels
Bernd Eckenfels Jul 24 '15
Hello, I had the redirect problem in the beginning as well, but if your OW_HOME_URL (the hostname in it) matches the requested hostname it works. If you dont add my code workaround you will get mixed content warnings because oxwall is not rewriting the delivered URLs to https (you might not need that if your proxy is doing it). More
Bernd Eckenfels
Bernd Eckenfels Jul 24 '15
Hello, I am using Oxwall on a machine with Apache serving the content with http. However at the perimeter of our network we run a reverse proxy for all incoming things. This does filtering, … More
Topic location: Support » General Questions
ketkew
ketkew Sep 2 '15
And if you decide to serve your website via https only, than read also this topic because all http links posted will auto convert to https links. And if a certain website doesn't support https than your stuck with broken links. … More
Richard Beltran
Richard Beltran Nov 22 '15
I contact cloudflare support to let them activate their free universal ssl on my site and this is what they replied to me: Hi Richard, Universal SSL is already active for your site  … More
ketkew
ketkew Nov 23 '15
Quote from Richard Beltran I contact cloudflare support to let them activate their free universal ssl on my site and this is what they replied to me: Hi Richard, Universal SSL is already active for your site  … More

SSL

Maxim Kotov
Maxim Kotov Dec 22 '15
Are you kidding? Your function base_post_handle_https_static_content is full of bugs. Issues are 1) 2) 3) and 4) ok 5) issue is - your code doesn't change all links, i.e. it changes texts, … More
Pages: 1 2 3 »