Posts: 142
Threads: 12
Joined: Jul 2013
Reputation:
0
2015-08-31, 11:58 AM
Hi Guys,
Been trying to find the answer to my questions about this since yesterday but still can't find the exact answer I'm looking for so I'm turning on the forums to ask. I plan to build our Forum using MyBB 1.8 I registered yesterday our domain to Cloudflare and I was looking into using CF's 'Flexible SSL' since it's Free and It'll add a good green look on our simple domain. I wanted to know if there any specific tutorial or something like that that I can read on and implement so that CF's Flexible SSL will work on the Forum that I'll be building.
P.S
I already looked into the htaccess rewrite rule but am unsure since the examples that I can find are for 'normal' sites or cms ones.
Posts: 23
Threads: 5
Joined: Aug 2015
Reputation:
0
2015-08-31, 12:22 PM
hi ...
http://domainsiteshop.net/Thread-How-to-...e-Tutorial
i have written this ... read it... you will understand how to do cloudflare ssl with mybb
Posts: 142
Threads: 12
Joined: Jul 2013
Reputation:
0
2015-08-31, 12:42 PM
(2015-08-31, 12:22 PM)jyotirmoy99 Wrote: hi ...
http://domainsiteshop.net/Thread-How-to-...e-Tutorial
i have written this ... read it... you will understand how to do cloudflare ssl with mybb
Err, thanks but it's a pretty simple setup that I already know/done and doesn't have any in-depth information for MyBB.
Posts: 2,390
Threads: 219
Joined: Jun 2011
Reputation:
234
2015-08-31, 12:52 PM
(This post was last modified: 2015-08-31, 12:54 PM by Devilshakerz.)
(2015-08-31, 12:42 PM)liisyaoron Wrote: (2015-08-31, 12:22 PM)jyotirmoy99 Wrote: hi ...
http://domainsiteshop.net/Thread-How-to-...e-Tutorial
i have written this ... read it... you will understand how to do cloudflare ssl with mybb
Err, thanks but it's a pretty simple setup that I already know/done and doesn't have any in-depth information for MyBB.
After enabling it in the CloudFlare panel all you need to do is change the default URL in MyBB settings to one using the https:// protocol and change any hardcoded links in templates, such as headerinclude (if any are present). You can also force your website to redirect visitors to HTTPS from HTTP using .htaccess rules. One issue you might have problems with is mixed content - images and videos in posts, signatures and avatars from other websites linked to using the unsecure http:// protocol, which need to be blocked so they don't trigger warnings in web browsers and don't downgrade the security of HTTPS you're about to start using - DVZ Secure Content plugin might be of help.
Posts: 142
Threads: 12
Joined: Jul 2013
Reputation:
0
2015-08-31, 01:10 PM
(This post was last modified: 2015-08-31, 01:11 PM by liisyaoron.
Edit Reason: Edit
)
(2015-08-31, 12:52 PM)Devilshakerz Wrote: (2015-08-31, 12:42 PM)liisyaoron Wrote: (2015-08-31, 12:22 PM)jyotirmoy99 Wrote: hi ...
http://domainsiteshop.net/Thread-How-to-...e-Tutorial
i have written this ... read it... you will understand how to do cloudflare ssl with mybb
Err, thanks but it's a pretty simple setup that I already know/done and doesn't have any in-depth information for MyBB.
After enabling it in the CloudFlare panel all you need to do is change the default URL in MyBB settings to one using the https:// protocol and change any hardcoded links in templates, such as headerinclude (if any are present). You can also force your website to redirect visitors to HTTPS from HTTP using .htaccess rules. One issue you might have problems with is mixed content - images and videos in posts, signatures and avatars from other websites linked to using the unsecure http:// protocol, which need to be blocked so they don't trigger warnings in web browsers and don't downgrade the security of HTTPS you're about to start using - DVZ Secure Content plugin might be of help. Hi!
Thanks for this, there are certainly new info that I can take on. I still haven't installed MyBB yet, would you advice on me using or setting HTTPS during install? My domain is currently setup to Force use HTTPS via Cloudflare's Page rules as well as htaccess using:
RewriteEngine On
# Force HTTPS
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://domain.ext/$1 [L]
Eagerly waiting for your reply.
Posts: 2,390
Threads: 219
Joined: Jun 2011
Reputation:
234
2015-08-31, 01:18 PM
The Board URL can be set during the installation - replace http with https if that's not the case already; there also might be a port appended at the end (e.g. example.com:443), which can be removed.
If you have set forcing HTTPS in the CF panel, the .htaccess modification shouldn't be needed.
Posts: 142
Threads: 12
Joined: Jul 2013
Reputation:
0
2015-08-31, 01:27 PM
(2015-08-31, 01:18 PM)Devilshakerz Wrote: The Board URL can be set during the installation - replace http with https if that's not the case already; there also might be a port appended at the end (e.g. example.com:443), which can be removed.
If you have set forcing HTTPS in the CF panel, the .htaccess modification shouldn't be needed.
Hi,
Thanks for your reply! I might be able to start installing MyBB is a couple of minutes. I see, I've done the htaccess modification thinking that it was like a 2-Part thing with CF's Flexible SSL, good to know it isn't. Last question would be, if I remove the 'port' that's appended there wouldn't be any problems or issues, right?
Thank you for your help!
Posts: 23
Threads: 5
Joined: Aug 2015
Reputation:
0
2015-08-31, 01:39 PM
hi, you need to do nothing go to Cloudflare page rule...
https://www.cloudflare.com/a/page-rules/yoursite.com
set
www.yoursite.com to -------> https://yoursite.com
yoursite.com to --------> https://yoursite.com and its all done..
but remember cloudflare ssl is not good for mobile specially for opera browser
Posts: 2,390
Threads: 219
Joined: Jun 2011
Reputation:
234
2015-08-31, 01:51 PM
(2015-08-31, 01:27 PM)liisyaoron Wrote: Last question would be, if I remove the 'port' that's appended there wouldn't be any problems or issues, right?
Correct, everything should run smoothly.
(2015-08-31, 01:39 PM)jyotirmoy99 Wrote: but remember cloudflare ssl is not good for mobile specially for opera browser Yes, there can be problems with some very old browsers.
Posts: 196
Threads: 0
Joined: Apr 2011
Reputation:
11
2015-08-31, 08:06 PM
Just to clarify about the browser limitations....
The free SSL offered through Universal SSL works off of SNI, which will only work with modern browsers and operating systems. This limitation is not a CloudFlare limitation & is more of a limitation due to the SNI standards.
|