Kyle_Katarn
Members-
Content Count
35 -
Joined
-
Last visited
Community Reputation
1 Neutral-
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
OK, i'll re-test when 8.65 is out -
TLS1.2, some Win10Pro reply "Connection aborted on request"
Kyle_Katarn replied to Bruno13's topic in ICS - Internet Component Suite
I have to check wether ICS is in cause or not. I'll test and i'll get back here. -
TLS1.2, some Win10Pro reply "Connection aborted on request"
Kyle_Katarn replied to Bruno13's topic in ICS - Internet Component Suite
Looks like i'm getting a similar bug : https://www.kcsoftwares.com/bugs/view.php?id=6135 Using ICS 8.64 and OpenSSL to 1.1.1g Any clue or material needed for investigation ? -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
Very good news thanks ! -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
That's exactly my point :-) -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
Yes, that's a good short term workaround on my local copy, but we'd need a long term fix in order to maintain D7 compatibility. -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
One additional comment, in procedure TIcsFileCopy.SetMultiDirList (const Value: string) ; the following section in the var declaration I: integer ; aitems, afields: TStringList ; shall be protected by {$IFDEF COMPILER10_UP} as these variable are not used otherwise. -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
(deleted message) -
ICS v8.64 can't compile on Delphi 7
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
Done, works fine -
ICS v8.64 can't compile on Delphi 7 Cause OverbyteIcsUtils:7230 (declaration expected but "INLINE" found) function IcsPunyIsBasic(const C: WideChar): Boolean; Inline; Inlining is only supported from Delphi 2005 onwards : https://stackoverflow.com/questions/8460037/list-of-delphi-language-features-and-version-in-which-they-were-introduced-depre/8460108#8460108
-
SSL handshake failed - Failed TLS protocol negotiation: SSLv3/TLS write client hello
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
OK.... maybe just a transient glitch ! thanks for your help ! -
SSL handshake failed - Failed TLS protocol negotiation: SSLv3/TLS write client hello
Kyle_Katarn replied to Kyle_Katarn's topic in ICS - Internet Component Suite
Anything suspicious in the results ? https://www.ssllabs.com/ssltest/analyze.html?d=www.kcsoftwares.com -
SSL handshake failed - Failed TLS protocol negotiation: SSLv3/TLS write client hello
Kyle_Katarn posted a topic in ICS - Internet Component Suite
Hello, When using 8.62 + OpenSSL 1.1.1c, some users are reporting aborted communications due to "SSL handshake failed - Failed TLS protocol negotiation: SSLv3/TLS write client hello". Seems to happen as single random events. Should I suspect client or server problems ? -
Broken proxy support with ICS 8.61
Kyle_Katarn replied to Kyle_Katarn31's topic in ICS - Internet Component Suite
Seems to work on my local proxy ... I'll see if users report some trouble around that. Thanks for your help ! -
Broken proxy support with ICS 8.61
Kyle_Katarn replied to Kyle_Katarn31's topic in ICS - Internet Component Suite
OK ! Now i'm forcing "BasicAuth" everytime... even if user has selected proxy host+port but leaves login+pass empty. If this wrong and should I leave AuthNone in this case ?