Access a test api such as https://dev.api.ean.com.
Access the REST endpoint without error.
The underlying cURL application is throwing an invalid certificate error.
Joomla 3.3.4
Ubuntu 14.04 Server
curl 7.37.1-1ubuntu3.2
php5 5.5.12+dfsg-2ubuntu4.3
JHttpTransportCurl requires additional options for toggling CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST. Whilst the issues is actually with the ssl certs being provided by the server, it is should be recognized that the configuration of many external REST providers cannot be controlled by the developer so developers should have the option to turn off this verification for testing purposes.
Labels |
Removed:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-07 21:52:36 |
Labels |
Added:
?
|
Closing here as we have a PR here: #6692