Any forums using https?

I personally use SSL for everything to be quite frank. I use it with my login pages as well as anything that has to do with client pages.
 
I'm using HTTPS since 2013 and had no problem so far.
I heard RC4 is broken already.
Yes, RC4 will get you a lower score
1608_upload_2015-1-8_3-31-44.png


I've just fixed that with a different cipher suite
1609_upload_2015-1-8_3-40-29.png
 
I've brought a SSL from GEOtrust but what I didn't know what they issue self certificates that flag up everyones browsers. I've had to bin it and go back to http

Anyone know a decent host that provides SSL? I'm not a teccy and can't spend my own time messing about etc. It's a hobby site so want as easy as possible
 
I used SSL for a few years (mostly because I wanted SPDY support). I ended up just utilizing CloudFlare's shared SSL certificate instead of renewing my own certificate. No problems at all and not really sure why anyone would want to *not* use SSL these days (especially since even CloudFlare's free plan includes it for no cost now).
 
I used SSL for a few years (mostly because I wanted SPDY support). I ended up just utilizing CloudFlare's shared SSL certificate instead of renewing my own certificate. No problems at all and not really sure why anyone would want to *not* use SSL these days (especially since even CloudFlare's free plan includes it for no cost now).
same went with SSL just for SPDY http://centminmod.com/nginx_configure_https_ssl_spdy.html :D

On my 3rd year of using SSL right now.. it's much cheaper these days as I supply my own SSL certs (reseller account) so can get Comodo backed SSL Wildcard certs as low as US$39/yr (discount perks for my premium paid forum member subcribers :) ). So with some of my domains with 40+ subdomain based sites, that's less <$1/yr per site to be covered by SPDY SSL :D

Also working on my own Centmin Mod Nginx vhost SSL generator script to make the initial setup much easier https://community.centminmod.com/threads/centmin-mod-nginx-vhost-spdy-ssl-generator-testing.990/ :D
 
I used SSL for a few years (mostly because I wanted SPDY support). I ended up just utilizing CloudFlare's shared SSL certificate instead of renewing my own certificate. No problems at all and not really sure why anyone would want to *not* use SSL these days (especially since even CloudFlare's free plan includes it for no cost now).


Ah, I didn't know CloudFlare used https for the free version. I may as well do that
 
I've brought a SSL from GEOtrust but what I didn't know what they issue self certificates that flag up everyones browsers. I've had to bin it and go back to http

Anyone know a decent host that provides SSL? I'm not a teccy and can't spend my own time messing about etc. It's a hobby site so want as easy as possible
What kind of flag? Maybe you just forget to include intermediate?
 
So I've spoken to my host, removed CloudFlare and started again but whenever I install the GeoTrust SSL into my Cpanel. I get left with a dead site on https:// https://motovlog.com/

Does anyone know a solution? My host pinchhost reckons it's down to xenforo not allowing https, yet this very site is using it, even @digitalpoint is using it, his site is one of the busiest forums in the world

So recap, I use Cloudflare and I can't see CSS or images, I use my own certificate but I get a dead site https://motovlog.com/
 
So I've spoken to my host, removed CloudFlare and started again but whenever I install the GeoTrust SSL into my Cpanel. I get left with a dead site on https:// https://motovlog.com/

Does anyone know a solution? My host pinchhost reckons it's down to xenforo not allowing https, yet this very site is using it, even @digitalpoint is using it, his site is one of the busiest forums in the world

So recap, I use Cloudflare and I can't see CSS or images, I use my own certificate but I get a dead site https://motovlog.com/
your images are all loading over HTTP & your browser is preventing this

Basic Board Information > Board URL needs to be set to https://yourdomain/

see also: https://xenforo.com/community/threads/xenforo-always-use-ssl.36180/#post-411628
 
Top Bottom