Hello, I am trying to use CoreFTP to post a file over HTTPS. The server authenticates against a username and password I have entered. I'm able to successfully post the file using WS_FTP so I know my credentials are correct.
When I attempt to connect to the server, I see the following error:
Connect socket #3412 to {serverip}, port 443...
TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES256-SHA) - 256 bit
HTTP/1.1 403 Forbidden
Transferred 194 bytes in 2.078 seconds
I've tried playing with the SSL Options (checkboxes for SSL Listings, SSL Transfer, Clear (CCC), OpenSSL, WindowsSSL) but nothing has worked.
Am I doing anything wrong? Seems that I can't get CoreFTP to connect over authenticated HTTPS.