<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-size: medium; ">Le 25 nov. 09 à 15:17, Russell Jennings a écrit :</span></div></div></div></div></div></span></div></span></div></span></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>in https, because of certificates, you may need to work some magic in order for your server to load resources via https connections. Your client should have no issue oncde you add an exception (like in FF) but your server, if it directly or indirectly needs to access resources via HTTPS... it needs to be able to get to them. A self signed cert throws an error, so you usually need to add that cert to the servers own exception list (or, just ignore it).</div><div><br></div><div>may or may not be getting in the way. Depends what the swf is doing. I've had it be an issue before in a different setup. So this may or may not be an issue - something to check.&nbsp;</div><div><br></div></div></blockquote><div><br></div><div>Ok, I know that self certificates can be a problem, but what part have to consider this self signed certificate to be be trusted ? the browser ? the swf ? the php ?&nbsp;</div><div>If it is not the browser, I'm also wondering how to do such a thing ....</div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>also check the activity of the page load to make sure it's loading up that XML file. always failed for me one way or another.&nbsp;</div><div><br></div><div><br></div></div></blockquote><div><br></div><div>The xml files is correctly loaded thought https as amf-server.php</div><div><br></div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 25, 2009, at 9:10 AM, Jean-Marc LE FEVRE wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yes I do have it thought https</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE cross-domain-policy SYSTEM
"<a href="http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">http://www.adobe.com/xml/dtds/cross-domain-policy.dtd</a>"&gt;

&lt;cross-domain-policy&gt;
        &lt;site-control permitted-cross-domain-policies="all"/&gt;
        &lt;allow-access-from domain="*" to-ports="*" secure="false"/&gt;
        &lt;allow-http-request-headers-from domain="*" headers="*" secure="false"/&gt;
&lt;/cross-domain-policy&gt;</pre><pre style="word-wrap: break-word; white-space: pre-wrap; "><br></pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">What do you mean by exception ?</pre><pre style="word-wrap: break-word; white-space: pre-wrap; "><br></pre></span></div></span><br class="Apple-interchange-newline"> </div><br><div><div>Le 25 nov. 09 à 15:05, Russell Jennings a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">can you wget that xml file via https?<div><br></div><div>otherwise there might be an issue in communication, what with trust and self-signed certs and all, may need to add some kinda exception...</div><div><br></div><div><br><div><div>On Nov 25, 2009, at 9:03 AM, Jean-Marc LE FEVRE wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Ye I've reconfigured my apache to support https on port 443</div></div></div></div></div></span></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><div apple-content-edited="true"><br class="Apple-interchange-newline"> </div><br><div><div>Le 25 nov. 09 à 15:01, Andriy Skuratov a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div bgcolor="#ffffff" text="#000000"> Jean-Marc LE FEVRE wrote: <blockquote cite="mid:DEB25E31-C551-4918-95B0-B028463F8169@etatcritik.dyndns.org" type="cite">Hello,&nbsp;  <div><br>  </div>  <div>I've upgrade to php 5.3 and my segmentation fault is no problem anymore.</div>  <div><br>  </div>  <div>By the way, I had to modify&nbsp;/ninja/application/views/themes/default/template.php because of split function that is deprecated in php 5.3.&nbsp;</div>  <div><br>  </div>  <div>Unfortunetly, it not working neither thus the error message is : errror channel disconnected</div>  <div>  <div><br>  </div>  <div>and apache log only says :&nbsp;</div>  <div><br>  </div>  <div>PHP Notice: &nbsp;Use of undefined constant CONST_AJAX - assumed 'CONST_AJAX' in /usr/share/nagios/addons/nagvis/nagvis/includes/classes/frontend/GlobalFrontendMessageBox.php on line 111, referer: <a moz-do-not-send="true" href="http://84.246.229.120/nagvis/netmap/shell.swf">http://84.246.229.120/nagvis/netmap/shell.swf</a></div>  <div><br>  </div>  </div>  <div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><span class="Apple-style-span" style="font-size: medium;">Any idea ?</span></span></font></div>  <div>  <div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; ">  <div style=""><br class="Apple-interchange-newline">  </div>  </span></div>  </div> </blockquote> <tt>So, are you using https now?</tt><br> </div>  _______________________________________________<br>op5-users mailing list<br><a href="mailto:op5-users@lists.op5.com">op5-users@lists.op5.com</a><br><a href="http://lists.op5.com/mailman/listinfo/op5-users">http://lists.op5.com/mailman/listinfo/op5-users</a><br></blockquote></div><br></div>_______________________________________________<br>op5-users mailing list<br><a href="mailto:op5-users@lists.op5.com">op5-users@lists.op5.com</a><br><a href="http://lists.op5.com/mailman/listinfo/op5-users">http://lists.op5.com/mailman/listinfo/op5-users</a><br></blockquote></div><br></div></div>_______________________________________________<br>op5-users mailing list<br><a href="mailto:op5-users@lists.op5.com">op5-users@lists.op5.com</a><br><a href="http://lists.op5.com/mailman/listinfo/op5-users">http://lists.op5.com/mailman/listinfo/op5-users</a><br></blockquote></div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"> </div><br></div>_______________________________________________<br>op5-users mailing list<br><a href="mailto:op5-users@lists.op5.com">op5-users@lists.op5.com</a><br><a href="http://lists.op5.com/mailman/listinfo/op5-users">http://lists.op5.com/mailman/listinfo/op5-users</a><br></blockquote></div><br></div>_______________________________________________<br>op5-users mailing list<br><a href="mailto:op5-users@lists.op5.com">op5-users@lists.op5.com</a><br><a href="http://lists.op5.com/mailman/listinfo/op5-users">http://lists.op5.com/mailman/listinfo/op5-users</a><br></blockquote></div><br></body></html>