Here is the prince.html file as requested:
Code:
prince.html
<body><h1>Test</h1>
<ul> <li>1</li> <li>2</li> <li>3 <ul> <li>3.1</li> <li>3.2</li> </ul> </li> <li>4</li>
</ul>
<p>Picture here:</p>
<p><img src="/@api/deki/files/1184/=Picture%201.png?authtoken=4_633633260159211300_5a89d61d6041904bbed102a426cd3a2e" style="width: 86px; height: 29px;" alt="Picture 1.png" class="internal default" /></p></body>
Here is the prince.log file:
Code:
Wed Nov 26 11:58:46 2008: ---- begin
Wed Nov 26 11:58:52 2008: loading HTML input: -
Wed Nov 26 11:58:52 2008: loading style sheet: /tmp/tmp3ea24cb3.tmp
Wed Nov 26 11:58:52 2008: loading image: http://www.company.com/@api/deki/files/1184/=Picture%201.png?authtoken=4_633633263265358080_f32f4ba85a54087d3a85906276fa10e9
Wed Nov 26 11:58:52 2008: http://www.company.com/@api/deki/files/1184/=Picture%201.png?authtoken=4_633633263265358080_f32f4ba85a54087d3a85906276fa10e9: warning: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Wed Nov 26 11:58:53 2008: used font: Pigiarniq, Bold
Wed Nov 26 11:58:53 2008: used font: Gentium Book Basic, Regular
Wed Nov 26 11:58:53 2008: warning: no glyphs for character U+25E6, fallback to '?'
Wed Nov 26 11:58:53 2008: warning: no glyphs for character U+25E6, fallback to '?'
Wed Nov 26 11:58:53 2008: warning: no glyphs for character U+25E6, fallback to '?'
Wed Nov 26 11:58:53 2008: warning: no glyphs for character U+25E6, fallback to '?'
Wed Nov 26 11:58:53 2008: ---- end
Note that I can remedy the CERT error as per the docs but it still attempts to download the file by HTTP which is not permitted on our server.