-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
4.2, 4.2.12
-
None
Steps to Reproduce
- Setup a SSL protected Confluence
- Attach a mp4 file to a page, and use the multimedia macro to display the mp4 file
- Navigate to that page with IE (in an environment that does not have Quicktime installed, so that IE will fall back to using Windows Media Player to play the file)
This will show a certificate error in IE on the first attempt to view the page.
So far, we've only seen this affecting mp4 files. We suspect that the following lines are causing the issue:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="https://www.apple.com/qtactivex/qtplugin.cab" data="https://www.example.com/download/attachments/30671645/sample_mpeg4.mp4" height="200" type="video/mp4" width="200"> <param name="autostart" value="false"> <param name="autoplay" value="false"> <param name="controller" value="true"> <param name="data" value="/download/attachments/30671645/sample_mpeg4.mp4"> <param name="src" value="/download/attachments/30671645/sample_mpeg4.mp4"> <param name="type" value="video/mp4"> <embed autostart="false" autoplay="false" controller="true" height="200" src="https://www.example.com/download/attachments/30671645/sample_mpeg4.mp4" type="video/mp4" width="200"> </embed> </object>
You can also copy and paste the code above into a text file, and name it as smth.html. Then put the file in your ConfluenceInstallationDirectory/confluence folder. Navigate to it via https://<yourConfluenceURL>/smth.html , and you will be able to reproduce the issue. Removing codebase="https://www.apple.com/qtactivex/qtplugin.cab", however, will get rid of the issue. Give that a try. We need to get rid of that codebase parameter in the multimedia macro to avoid this.
- is related to
-
CONFSERVER-33082 Multimedia macro not playing in IE8 (mp4 files)
-
- Closed
-
[CONFSERVER-27723] Multimedia Macro in Confluence causes Certificate Error in IE, if Quicktime Plugin is not installed
Workflow | Original: JAC Bug Workflow v3 [ 2897361 ] | New: CONFSERVER Bug Workflow v4 [ 2991504 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2789082 ] | New: JAC Bug Workflow v3 [ 2897361 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2720420 ] | New: JAC Bug Workflow v2 [ 2789082 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389449 ] | New: JAC Bug Workflow [ 2720420 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2267321 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389449 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2219891 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2267321 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2154688 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2219891 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1937272 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2154688 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1736449 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1937272 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1694777 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1736449 ] |