twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
699 stars 342 forks source link

Openvbx install error #340

Closed friendlytf closed 8 years ago

friendlytf commented 8 years ago

3.Connect to Twilio Login to your dashboard for your Twilio SID and Token.

To set up a Twilio Connect Application for this install visit your Account’s Connect Applications Section and create an Application.

Twilio SID ACc91766cfc8214766ae9139c7435d2505 Twilio Token ••••••••••••••••••••••••••••••••

Twilio Connect Sid (optional)

(((come up with this error below))

Protocol "https" not supported or disabled in libcurl (0)

Gipetto commented 8 years ago

libcurl is part of your server configuration, not OpenVBX. A quick search of the libcurl documentation found:

3.21 Protocol xxx not supported or disabled in libcurl

When passing on a URL to curl to use, it may respond that the particular protocol is not supported or disabled. The particular way this error message is phrased is because curl doesn't make a distinction internally of whether a particular protocol is not supported (i.e. never got any code added that knows how to speak that protocol) or if it was explicitly disabled. curl can be built to only support a given set of protocols, and the rest would then be disabled or not supported.

You should contact your server administrator or web host to see if they can look in to the curl configuration on your server.