Page 1 of 1

activate SSL for PHP in XAMPP?

PostPosted: 29. November 2011 20:22
by JerseySmith
what are the steps to activate SSL for PHP in XAMPP?

Re: activate SSL for PHP in XAMPP?

PostPosted: 29. November 2011 23:35
by Sharley
If you are contemplating using cURL to access SSL then this line in the \xampp\php\php.ini file needs to be uncommented (remove the ; character from the beginning of the line)
Code: Select all
;extension=php_curl.dll
Save the file and restart Apache.

Check the results are indeed active by using:
http://localhost/xampp/phpinfo.php

I found some interesting reading in these Google search results which you may find helpful.

Good luck. :)