vijay 0 Posted April 17, 2008 Report Share Posted April 17, 2008 Hi.. I am executing script with CURL.. but I am getting "libcurl was built with SSL disabled, https: not supported!" have also search for this err. it says to rebuild curl with SSL via configure option I have asked to server people they told me they have installed "QuickSSL" and They proved this vai saying by doing https:// and open any page, it will ask for view SSL cert. and show unsecure portion.. So that mean SSL is ok.. Then still am getting this error.. why ? :-( Is there any idea? please help me as early as possible.. guide me....! Thanks in advance...Regards,Vijay Quote Link to post Share on other sites
justsomeguy 1,135 Posted April 17, 2008 Report Share Posted April 17, 2008 The two don't have anything to do with one another. Your web server has an SSL certificate installed on it. That's fine. Your version of CURL was built without support for SSL, so regardless of whether or not your server has an SSL certificate installed on it, CURL still doesn't support SSL. The solution is still to rebuild (recompile) CURL with SSL enabled, or find a binary of CURL that was compiled to support SSL. Either way, CURL will need to be reinstalled on the server. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.