adderall / xmpphp

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

this stream does not support SSL/crypto #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configured sendmessage_example.php
2. Visited in browser

What is the expected output? What do you see instead?
Warning: stream_socket_enable_crypto() [streams.crypto]: this stream does not 
support SSL/crypto in /home/meridian/public_html/.../xmpphp/XMPP.php on line 392

What version of the product are you using? On what operating system?
php 5.2.9

Please provide any additional information below.

Original issue reported on code.google.com by jacques...@gmail.com on 21 Jun 2010 at 2:42

GoogleCodeExporter commented 8 years ago
Also it just keeps repeating this message over and over again. There are no 
other messages or debug info.

Original comment by amanda.p...@gmail.com on 21 Jun 2010 at 3:05

GoogleCodeExporter commented 8 years ago
same Problem here...

Original comment by Markus.K...@gmail.com on 2 Aug 2010 at 7:51

GoogleCodeExporter commented 8 years ago
same prob.

Original comment by RajGoel...@gmail.com on 24 Aug 2010 at 11:23

GoogleCodeExporter commented 8 years ago
anyone fix this issue? im stuck on it too.. 

Original comment by rishi.ha...@gmail.com on 27 Mar 2011 at 10:50

GoogleCodeExporter commented 8 years ago
the same

Original comment by Tomasz.B...@gmail.com on 26 Apr 2011 at 8:36

GoogleCodeExporter commented 8 years ago
Change port to 5223

Original comment by Tomasz.B...@gmail.com on 26 Apr 2011 at 8:39

GoogleCodeExporter commented 8 years ago
samp problem with PHP-5.3.6

Original comment by ahlon2...@gmail.com on 27 Jun 2011 at 11:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm using PHP 5.3.5 and I'm uncomment the line on php.ini:

extension=php_openssl.dll

And work's for me

Original comment by ricard.s...@gmail.com on 19 Sep 2011 at 5:10

GoogleCodeExporter commented 8 years ago
php 5.3.5 on windows xampp, same problem, have to add extension=php_openssl.dll 
line on my php.ini (don't have them in default). try download the 
php_openssl.dll uncommenting that line didn;t work. thanx

Original comment by ewaldosi...@gmail.com on 5 Nov 2011 at 12:27

GoogleCodeExporter commented 8 years ago
I had the same problem. I added $conn->useEncryption(false); before 
$conn->connect();. This worked for me.

Original comment by marco.le...@gmail.com on 15 Apr 2012 at 6:23

GoogleCodeExporter commented 8 years ago
im running wamp on windows with php5.3 and i edited the line in php.ini:

extension=php_openssl.dll

after that you need to restart the server so that the changes kick in and it 
worked.

Original comment by ozbek...@gmail.com on 25 May 2013 at 8:51