function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
duduavduduav 

api call to salesforce from server with php

hello everyone, i am reading this post :

http://wiki.developerforce.com/index.php/PHP_Toolkit 

and in the requirements is written : SSL Enabled 

how can i enable ssl on my php server ?

 

 

Ryan-GuestRyan-Guest

The instructions for setting up SSL will be specific to the exact server you are using.

 

If you're using PHP, I'd guess you are mostly likely using Apache. Here are some instructions for configuring SSL with Apache:

 

http://www.debian-administration.org/articles/349