Advanced Search
Search Results
2 total results found
How do I update root certificates in Apache/PHP/cURL environment
Programming and Web Development
PHP
Following is the instruction for dealing with the new ISIS’ SSL certificate authority (effective 4/21/2006), Geo Trust, in a UNIX or Windows environment using Apache/PHP/cURL. The instruction can generally apply to any new SSL certificate authority.UNIXIf you...
How do I use cURL in PHP on Windows?
Programming and Web Development
PHP
To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php.ini file: ;extension=php_curl.dllApparently in UNIX systems Apache will read cURL’s curl-ca-bundle.crt file at startup and cURL will be able to use that informat...