Page 1 of 1

enabling openSSL in XAMPP

PostPosted: 19. August 2008 06:41
by indi.anupam
Hi all,
I am new to PHP programming and was trying to enable cURL and openSSL on my XAMPP installation on Widows. The cURL is enabled successfully :roll: but I didn't get any guidance for enabling openSSL :( . Plz guide me on this. Thanks in advance.

Regards,
Anupam Gupta
:shock:

PostPosted: 20. August 2008 23:41
by glitzi85
Go to xampp\apache\bin and open the php.ini. Look for this Line:

Code: Select all
;extension=php_openssl.dll


and remove the leading ;
Now openssl should work.

glitzi

PostPosted: 21. August 2008 02:24
by indi.anupam
Oh Thanks glitzi it is enabled now :D

i realized it was that easy why i didn't find it :oops:

well thank you very much for your kind help :P

Anupam
:shock:

Re: enabling openSSL in XAMPP

PostPosted: 09. May 2011 07:08
by abhinav
Hi, I am using xampp for localhost and I have libeay32.ddl and ssleay32.dll both files in php folder. but I did not find extension=php_openssl.dll in php.ini file. but when I write it in php.ini file then after starting apache server it says that php_openssl.dll was not found.
what should do I now?

Re: enabling openSSL in XAMPP

PostPosted: 09. May 2011 07:17
by Sharley
First check that php_openssl.dll is in the xampp\php\ext folder.

Open http://localhost/xampp/phpinfo.php and see if openssl is included.

Re: enabling openSSL in XAMPP

PostPosted: 06. November 2012 14:08
by Mohal
@glitzi85,

Thanx!