mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

Encryption issue #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running it
2.
3.

What is the expected output? What do you see instead?
No errors.
Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto
in C:\wamp\www\jabber\xmpp.php on line 135

What version of the product are you using? On what operating system?
I've used the r18 and patched with the previous message's diff files. 

Please provide any additional information below.

Original issue reported on code.google.com by xell...@gmail.com on 9 Apr 2008 at 7:46

GoogleCodeExporter commented 8 years ago
You need SSL compiled in or as an extension with extension="openssl.so" in your 
php.ini.

Original comment by nathanfr...@gmail.com on 10 Apr 2008 at 9:55

GoogleCodeExporter commented 8 years ago
Doh. Ok - thanks. I'll have to look back at this project. But why force SSL?

Original comment by xell...@gmail.com on 10 Apr 2008 at 11:13