Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Preprod #48

Open
yoandm opened this issue Jun 14, 2018 · 1 comment
Open

Problem with Preprod #48

yoandm opened this issue Jun 14, 2018 · 1 comment

Comments

@yoandm
Copy link

yoandm commented Jun 14, 2018

Hi,
I got this error when using preprod.
Uncaught Zend\Http\Client\Adapter\Exception\RuntimeException: Error in cURL request: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol

The problem seems to be in sdk/src/core/HttpTools/CDSApiSoapRequest.php (line 70).
CURLOPT_SSLVERSION => 4

Preprod only support v1 no ?
If I put a CURLOPT_SSLVERSION => 1 it's ok.

The best option seems to upgrade preprod server or to test API mode to use the good version in the sdk.

@luisarraezd
Copy link

Same issue over here, as @yoandm says, changing CURLOPT_SSLVERSION from 4 to 1 makes preprod work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants