If there a way to tell oxwall to not loads a thumbnail if it isn't SSL enable?
Thanks,
Kev
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 cloud or server to avoid complications with mixed content.
1. Force of hand, This means you correct Oxwall to only accept https content and tell the user "please use secure content via-SSL and https"
2. Edit your Oxwall like ross has said by either editing it yourself or hiring someone else to look at it (if you go down this road many people forget to tell you this but Oxwall does not save custom editing so make sure you either save a backup of the code or learn what the developer did to fix it)
3. just completely turn off lines in the code that show mix-media, Example is if they like or comment on a video/photo etc it will show the text but not the mix-content they will need to click it or "read more" to see it.
Final notes:
I have been working on correcting SSL for awhile now and Oxwall is not quite up to full content support due to third party plug-ins and it's constantly trying to add new features to it's platform while making small tweaks to it's previous additions. The only true two ways you will have a 100% SSL protected site is
1. Only host content from your site with CDN to help speed things up and protect your site.
2. Never use third party plug-ins (Which is really hard to do) often I find most problems come from third party plug-ins and do remember it's not their job to make it SSL enabled it's only their job to make sure the plug-in works on the platform it's advertised on so always ask them first how well it works on SSL many API etc that these plug-ins use don't use SSL protected API or content.
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
I'm currently working with a developer on a mobile app for my site (which is how this whole thing cam about, as Google requires SSL for push notifications, apparently). So I'll speak with him, and work with him to resolve any mixed content issues.
Thanks again.
I have : "The page isn't redirecting properly". How i can resolve?
The problem is not hosting . Ssl work fine in my hosting How can configure .htaccess?What type of SSL did you order and do you have subdomains etc? for example if you have subdomains you need to have some custom code in .htaccess to have SSL on subdomains however, if you just have a basic single domain and just website.com/page this will work without such SSL types like wildcard etc. This might sound silly but switch back to then contact support and have them change it to when the error happens they can see for themselves it's not on OxWalls side. Finally, Make sure when buying any SSL you research before buying it, you might get one that is to complicated to configure.when i put :
- RewriteCond %{HTTPS} off
- RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
i have error many redirect
I have ssl Comodo PositiveSSL Certificate . I no have the subdomainsDo you have cloudflare? cloudflare often doesn't work correctly with SSL unless you pay the 20$ a month for premium from them.
I solved the problem, warning to those who site in https to upload videos only with button "https://www.youtube.com" by performing the modification to link from http to https padlock disappears because the preview image is not contained sure.OxWall has just informed me they have added this problem to their road map.