[op5-users] How to Geomap ?

Russell Jennings russ at geekwhiz.com
Wed Nov 25 15:25:33 CET 2009


if you were able to load all resources required on the page, then it's  
probably something else...



On Nov 25, 2009, at 9:22 AM, Jean-Marc LE FEVRE wrote:

> Le 25 nov. 09 à 15:17, Russell Jennings a écrit :
>
>> 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).
>>
>> 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.
>>
>
> 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 ?
> If it is not the browser, I'm also wondering how to do such a  
> thing ....
>
>>
>> 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.
>>
>>
>
> The xml files is correctly loaded thought https as amf-server.php
>
>
>>
>> On Nov 25, 2009, at 9:10 AM, Jean-Marc LE FEVRE wrote:
>>
>>> Yes I do have it thought https
>>>
>>> <?xml version="1.0"?>
>>> <!DOCTYPE cross-domain-policy SYSTEM
>>> "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
>>>
>>> <cross-domain-policy>
>>> 	<site-control permitted-cross-domain-policies="all"/>
>>> 	<allow-access-from domain="*" to-ports="*" secure="false"/>
>>> 	<allow-http-request-headers-from domain="*" headers="*"  
>>> secure="false"/>
>>> </cross-domain-policy>
>>>
>>> What do you mean by exception ?
>>>
>>>
>>>
>>> Le 25 nov. 09 à 15:05, Russell Jennings a écrit :
>>>
>>>> can you wget that xml file via https?
>>>>
>>>> otherwise there might be an issue in communication, what with  
>>>> trust and self-signed certs and all, may need to add some kinda  
>>>> exception...
>>>>
>>>>
>>>> On Nov 25, 2009, at 9:03 AM, Jean-Marc LE FEVRE wrote:
>>>>
>>>>> Ye I've reconfigured my apache to support https on port 443
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Le 25 nov. 09 à 15:01, Andriy Skuratov a écrit :
>>>>>
>>>>>> Jean-Marc LE FEVRE wrote:
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I've upgrade to php 5.3 and my segmentation fault is no  
>>>>>>> problem anymore.
>>>>>>>
>>>>>>> By the way, I had to modify /ninja/application/views/themes/ 
>>>>>>> default/template.php because of split function that is  
>>>>>>> deprecated in php 5.3.
>>>>>>>
>>>>>>> Unfortunetly, it not working neither thus the error message  
>>>>>>> is : errror channel disconnected
>>>>>>>
>>>>>>> and apache log only says :
>>>>>>>
>>>>>>> PHP Notice:  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: http://84.246.229.120/nagvis/netmap/shell.swf
>>>>>>>
>>>>>>> Any idea ?
>>>>>>>
>>>>>> So, are you using https now?
>>>>>> _______________________________________________
>>>>>> op5-users mailing list
>>>>>> op5-users at lists.op5.com
>>>>>> http://lists.op5.com/mailman/listinfo/op5-users
>>>>>
>>>>> _______________________________________________
>>>>> op5-users mailing list
>>>>> op5-users at lists.op5.com
>>>>> http://lists.op5.com/mailman/listinfo/op5-users
>>>>
>>>> _______________________________________________
>>>> op5-users mailing list
>>>> op5-users at lists.op5.com
>>>> http://lists.op5.com/mailman/listinfo/op5-users
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> op5-users mailing list
>>> op5-users at lists.op5.com
>>> http://lists.op5.com/mailman/listinfo/op5-users
>>
>> _______________________________________________
>> op5-users mailing list
>> op5-users at lists.op5.com
>> http://lists.op5.com/mailman/listinfo/op5-users
>
> _______________________________________________
> op5-users mailing list
> op5-users at lists.op5.com
> http://lists.op5.com/mailman/listinfo/op5-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.op5.com/pipermail/op5-users/attachments/20091125/3c4352cb/attachment-0001.html 


More information about the op5-users mailing list