I am getting an error in an HTTP get operation that is driving me a little nuts. Here it is:
URL : https:/// Error retrieving url : Error connecting with SSL. Error connecting with SSL. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
All web browsers hit the url fine with no errors or prompts.
So, making a guess here.... the https: prefix was enough to tell FB to use SSL, but not enough for FB to know that 80 is the http default, and 443 is the https default.... ?
More like https was enough to tell the library we use to use https, but we are setting the port based on the port setting in the action. This action is very much in need of some tlc, I’ve added a issue in our system with some notes on how this action can be reworked for the next release.