Fastream Technologies wrote:
> Anyway, any workaround for this?
No. I simply moved back to v0.98i.
You could try latest ICS v7 with v0.98k and the HTTPS demo and
see whether that fixes the issue. In latest ICS v7 support for
"Tickets" was disabled, that _might_ have fixed it.
--
Arno Garrels
Anyway, any workaround for this?
On Sat, Jan 30, 2010 at 11:16 AM, Arno Garrels wrote:
> Fastream Technologies wrote:
>
> >> I found this issue and posted it to the OpenSSL mailing list in Oct.
> >> 2009, with no reply, it's probably the same issue:
> >> "My client uses sslv23_method() with SSL_
Fastream Technologies wrote:
>> I found this issue and posted it to the OpenSSL mailing list in Oct.
>> 2009, with no reply, it's probably the same issue:
>> "My client uses sslv23_method() with SSL_OP_NO_SSLv2 in
>> SSL_CTX_set_options.
>> Since I upgraded to v0.98k the handshake with one particu
I have some utilities based on TnScript that work fine with Delphi-7
and the latest ICS. The same program when compiled with Delphi2010
does not recognize the add event strings in the telnet session.
I'm assuming this is another case where judicious application of
ansiString is needed to accomm
> How do I accomplish this? The line below appears to override
> attempts to set the property at run time.
>
> FLogFileName := 'EMULVT.LOG'; // angus V6.01
That line simple sets the default file name, which can then be changed by
the LogFileName property, before calling the Log property to star
I am not sure. I just need the ability to force the SSL client to avoid
using SSLV2.
Regards,
SZ
On Fri, Jan 29, 2010 at 8:55 PM, Arno Garrels wrote:
> Fastream Technologies wrote:
> > Hello,
> >
> > In version ICS-SSLv6, this was working well with the same app code
> > but in latest ICSv7, cu