Re: [twsocket] Rather strange HTTP/SSL/POST issue

2011-03-01 Thread Fastream Technologies
Not sure why it did not work with POST (sync) but it finally worked with async! I just modified it as, try { HTTPClient->PostASync(); // sync } catch(Exception &e) { } while(!reallyDone) // for SSL to work well! Forms::Application->ProcessMessages();

[twsocket] Rather strange HTTP/SSL/POST issue

2011-02-28 Thread Fastream Technologies
Hello, In our product, we have a client/server GUI that uses HTTPS to POST XML for administration. Both the client and the server uses ICS. In the past, the client was using Wininet which was working perfectly. The issue is strange because it does not happen when the computer is rebooted and the c