Skip to main content
Best answer

Getting a cURL error 35: Unknown SSL protocol error in connection to hooks.zapier.com:443


Wordpress webhook is giving me a: cURL error 35: Unknown SSL protocol error in connection to hooks.zapier.com:443

 

tried looking into the 443 number but there was no documentation

Best answer by jose.rameriz

Hi @Danvers, thank you for your response!

This problem was actually an outdated PHP version. The version was using TLS 1.0 so we needed a higher TLS security. Once we updated PHP it automatically was fixed!

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • 3731 replies
  • April 3, 2020

Hi @jose.rameriz -sorry for the delay in coming back to you on this!

 

Many WordPress issue like this come from a connection issue. Could I ask you to check out this section of our help guide to run through the trouble shooting tips there: https://zapier.com/apps/wordpress/help#common-problems-wordpress

 

If that doesn’t work are you using the Zapier WordPress integration? A webhooks step? Or something else to connect to WordPress? Thanks!


  • Author
  • Beginner
  • 1 reply
  • Answer
  • April 3, 2020

Hi @Danvers, thank you for your response!

This problem was actually an outdated PHP version. The version was using TLS 1.0 so we needed a higher TLS security. Once we updated PHP it automatically was fixed!


Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • 3731 replies
  • April 6, 2020

Thanks so much for sharing this solution @jose.rameriz!