We are currently using the securepages module to make certain pages use SSL to encrypt all the data for those pages. We have configured the securepages module to make all node/add and node/*/edit paths secure. The problem with this is that when a user tries to upload a video using the browser upload method it fails because of some javascript security errors that occur due to the fact that some of the URLs used for the browser upload method are not secure. I took a stab at creating a patch to make video_upload compatible with SSL but I don't understand the module well enough and kept running into roadblocks. I'd like to request that SSL support be added to this module.

Comments

freakalis’s picture

Status: Active » Needs review
StatusFileSize
new1.35 KB

Hi, I also needed SSL support. Manged to fix it by changeing a few of the Youtube urls to https://

Will attach a patch for it.