Hi,
I’m having some problems while trying to connect to an Ice server using SSL via PHP.
I can connect without problems while using standard TCP or UDP connection, the problems appear only while using SSL.
I’m using FC3 and installed ICE via RPM.
I’ve compiled the PHP extension with all the necessary libs (IceSSL, IceXML and Expat).
The file I'm using is the one from the hello example and I'm using the java version for the server. If I use the java client there's is no problem at all even using SSL.
I get this message:
Ice_UnknownLocalException Object
(
[unknown] => EndpointFactoryManager.cpp:105: Ice::EndpointParseException:
error while parsing endpoint `ssl -p 10002'
[message:protected] =>
[string:private] =>
[code:protected] => 0
[file:protected] => /var/www/html/testeicephp/hello.php
[line:protected] => 34
[trace:private] => Array
(
[0] => Array
(
[file] => /var/www/html/testeicephp/hello.php
[line] => 34
[function] => stringToProxy
[class] => Ice_Communicator
[type] => ->
[args] => Array
(
[0] => hello:tcp -p 10001:udp -p 10001:ssl -p 10002
)
)
)
)
Thanks

Reply With Quote
problem solved