Re: [twsocket] What's wrong in my code with SSL on some web site?

2017-12-09 Thread Stefano Gemma
I have buy a legal license for CB2007 (CodeGear) about ten years ago but this version looked as it have compatibility problems with my sources, so I've never installed this update in production. I could write an external DLL with this compiler, just to have a way to use ICS. In C++Builder 6.0

Re: [twsocket] What's wrong in my code with SSL on some web site?

2017-12-09 Thread Angus Robertson - Magenta Systems Ltd
> I suppose that version 8 doesn't works with the old C++ Builder > 6.0 (I can't change this, for now), so I have no choice. I think you are stuck with ICS v5. ICS v6 in 2012 ceased support for CB6, with CB2006 the oldest, which we still support with v8. New versions have new language

Re: [twsocket] What's wrong in my code with SSL on some web site?

2017-12-09 Thread Stefano Gemma
I suppose that version 8 doesn't works with the old C++ Builder 6.0 (I can't change this, for now), so I have no choice. Thanks for the very fast answer! Stefano Gemma Il 09/12/2017 19:41, Angus Robertson - Magenta Systems Ltd ha scritto: I'm trying to post some data to some of my https web

Re: [twsocket] What's wrong in my code with SSL on some web site?

2017-12-09 Thread Angus Robertson - Magenta Systems Ltd
> I'm trying to post some data to some of my https web sites (for > sample https://www.millesimo.com/index.php) but I always get the > error "SSL handshake failed". My code works well with other sites > (https://www.microsoft.com/it-it, for sample). > > ICS: r20 | francois | 2009-09-10

[twsocket] What's wrong in my code with SSL on some web site?

2017-12-09 Thread Stefano Gemma
I'm trying to post some data to some of my https web sites (for sample https://www.millesimo.com/index.php) but I always get the error "SSL handshake failed". My code works well with other sites (https://www.microsoft.com/it-it, for sample). I use this code, to initialize SSL component: