cURL error 35 when using WP Migrate Pro

Issue Summary

Using WP Migrate Pro, the connection to the remote host (pulling sql data and asset files) fails after a few seconds with this error message:

cURL error 35: error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure

Troubleshooting steps

I suspect this SO issue can help: php - osx 10.10 Curl POST to HTTPS url gives SSLRead() error - Stack Overflow

php -i | grep "SSL Version"
>SSL Version => (SecureTransport) LibreSSL/2.8.3

System Details

  • Which version of Local is being used? 6.1.2
  • OS: macOS Big Sur

Making sure to use openssl instead of libreSSL solved it for me.

echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.profile
1 Like

Nice! Thanks for reporting this and sharing your solution!

A post was split to a new topic: cURL Error 35

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.