MyBB Community Forums

Full Version: image proxy for https
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
We will be providing two options:
  • Non-HTTPS images/videos/whatever will not be embedded and will instead be shown as links
  • The ability to use a Camo server to proxy images if you have one set up (more involved, and might not fit all situations)

When HTTPS is used we'll also use secure cookies.
Consider the approach that Cloudflare took.

Have a setting for the HTTPS (disabled, allow-mixed, and forced).

When using HTTPS it's easy enough to make all links with // for changes instead of the old required HTTP or HTTPS. If you just use //mybb.com for example it will automatically work for either.

For proxy settings. Unsure what a Camo server is. Appears to be a Github project for proxy image hosting. I think if you just setup an option for CURL (fetch_remote_file function) to use a SSH tunnel proxy that's all you'll need.

You say a Camo server is "more involved, and might not fit all situations" but setting up SSH tunnels are incredible easy and relatively cheap.

Again, if the team has questions about my own implementations just PM me.
(2016-11-29, 10:13 PM)Euan T Wrote: [ -> ]We will be providing two options:
  • Non-HTTPS images/videos/whatever will not be embedded and will instead be shown as links
  • The ability to use a Camo server to proxy images if you have one set up (more involved, and might not fit all situations)

When HTTPS is used we'll also use secure cookies.

Hello, sorry to post this on an old thread but would like to know if there is camo supported in MyBB currently?
Also does this - http://community.mybb.com/thread-162572-...pid1116582 work with the latest MyBB ?
(2019-10-17, 11:06 PM)sappy Wrote: [ -> ]
(2016-11-29, 10:13 PM)Euan T Wrote: [ -> ]We will be providing two options:
  • Non-HTTPS images/videos/whatever will not be embedded and will instead be shown as links
  • The ability to use a Camo server to proxy images if you have one set up (more involved, and might not fit all situations)

When HTTPS is used we'll also use secure cookies.

Hello, sorry to post this on an old thread but would like to know if there is camo supported in MyBB currently?
Also does this - http://community.mybb.com/thread-162572-...pid1116582 work with the latest MyBB ?

I'm pretty sure we're using camo on these forums here to deliver avatars and such.
Pages: 1 2