I've checked all the settings and permission on the app again but couldn't find anything suspicious which preventing me to register webhook URL. It was working perfectly before and also I've created a new sandbox account but still facing the same issue. Could anyone facing the same issue or can help me with the same?
Took me forever to solve this issue. For me it was my Apache server setting for SSL/TLS Protocols. Once I changed it to: all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 it started working!
I also verified this by using the MxToolbox site and did the HTTPS Checker prior to and after, and it couldint find the SSL until I switched the SSL config to the above settings.
I hope this helps everyone!
FYI @Raymond Lee RequestBIN seems to have either changed hands or is a bit buggy, came across this one that seems to work well: https://pipedream.com
You are correct, it looks like PipeDream is a better alternative, thanks for bringing it up!
I will modify my answer to reflect that.
Took me forever to solve this issue. For me it was my Apache server setting for SSL/TLS Protocols. Once I changed it to: all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 it started working!
I also verified this by using the MxToolbox site and did the HTTPS Checker prior to and after, and it couldint find the SSL until I switched the SSL config to the above settings.
I hope this helps everyone!
3 People are following this question.