apigee-devportal-kickstart-drupal icon indicating copy to clipboard operation
apigee-devportal-kickstart-drupal copied to clipboard

Getting error curl 7 while connecting to APIGEE Edge from Drupal configuaraion

Open jyotierudkar opened this issue 4 years ago • 5 comments

we have Installed Drupal 9 on one server. And installed Apigee Edge on another server(private cloud). While making connection : Configuration -> Apigee Edge -> General HTTP basic : while testing the connection encountered below error: Failed to connect to Apigee Edge : cURL error 7: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

jyotierudkar avatar Aug 24 '21 07:08 jyotierudkar

@jyotierudkar As per error 7 (CURLE_COULDNT_CONNECT), it seems Drupal is not able to connect to Apigee Edge server.

phdhiren avatar Aug 24 '21 07:08 phdhiren

What could be the reason ? Are we missing any configuration or something.

What can be done to resolve the connection issue?

jyotierudkar avatar Aug 24 '21 08:08 jyotierudkar

This could be due to your internal firewall settings, check the connection between both server.

phdhiren avatar Aug 24 '21 09:08 phdhiren

@jyotierudkar Are you able to run a curl command from the developer portal box to validate there is connectivity between both the servers.

Second problem could be if you are using self signed certs for your management server.

giteshk avatar Aug 24 '21 14:08 giteshk

Yes able to connect from portal box. Can you explain in brief regarding signed certs

jyotierudkar avatar Aug 25 '21 11:08 jyotierudkar