Atozed Forums
IWFileUploader SSL Negotiation failed (solved - mea culpa) - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IWFileUploader SSL Negotiation failed (solved - mea culpa) (/thread-858.html)



IWFileUploader SSL Negotiation failed (solved - mea culpa) - mschumann - 12-07-2018

I have a webpage (itc-ms.de) written in IW15 (Current Version, Delphi 10.2 and 10.3) where I use a file-uploader to allow customers uploading data. This worked well while I was using the IW application directly in the internet.

As I have quite some apps and pages, I use an apache server that splits requests to the apps and pages and I only have to apply the certificates there.

In case of itc-ms.de apache talks to the IW application internally in plain http on port 888


Code:
ProxyPass / http://192.168.2.14:888/
ProxyPassReverse / http://192.168.2.14:888/

I now discovered that upload no longer works, it fails with error "IWFileUploader1: SSL-Aushandlung fehlgeschlagen (translated: SSL Negotiation failed).

I have disabled SSL in the IW application and do not understand, why this is broken now. For strangre reasons the same error occurs if I directly access http://192.168.2.14:888 internally but not if I debug the app locally. Browser is always current Chrome.

Any Help is very appreciated.

Mea culpa - it had a totally different reason: In ione event of Uploader I send an email and I accidently removed the open-ssl-libs. So the send email was the root cause.


RE: IWFileUploader SSL Negotiation failed (solved - mea culpa) - Alexandre Machado - 12-07-2018

Thanks for the feedback! :-)