Error on httpGET operation: SSL Error

Greetings!
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.
How to solve?
Thanks!

What version of FinalBuilder? I just tested here with : https://www.finalbuilder.com/images/cilogo_64.png and it worked fine. What

Did you set the port number to 443?

FB version: The latest and greatest (just downloaded a few days ago)

Port: Not touched... will check it when back at desk.

OK, port was on 80. 

Changed it to 443

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.