chilkatsoft / Chilkat-Code-Generate

Code for Generating Wrappers to Support Other Programming Languages
7 stars 5 forks source link

Failed to receive more TLS application data. #8

Open bnb0611 opened 4 years ago

bnb0611 commented 4 years ago

We are suddenly getting this error message for something that has always worked: ChilkatLog: SynchronousRequest: DllDate: Jun 25 2020 ChilkatVersion: 9.5.0.83 UnlockPrefix: xxxx Architecture: Little Endian; 32-bit Language: Delphi DLL VerboseLogging: 0 domain: xxxx port: 443 ssl: True httpRequest: httpVersion: 1.1 verb: POST path: xxxxx contentType: application/json charset: windows-1251 sendCharset: 0 mimeHeader: --httpRequest Component successfully unlocked using purchased unlock code. fullRequest: a_synchronousRequest: generateRequestHeader: httpRequestGenStartLine: genStartLine: startLine: POST xxxx HTTP/1.1 --genStartLine --httpRequestGenStartLine addCookies: Not auto-adding cookies. sendCookies: 1 cookieDir: --addCookies Adding Basic Authentication Header login: xxxx --generateRequestHeader fullHttpRequest: domain: xxx port: 443 ssl: True openHttpConnection: Opening connection directly to HTTP server. httpHostname: xxxx httpPort: 443 tls: True HTTPS secure channel established. --openHttpConnection connectTime: Elapsed time: 266 millisec sendRequestHeader: sendHeaderElapsedMs: 0 --sendRequestHeader sendRequestBody: sendBodyElapsedMs: 0 --sendRequestBody readResponseHeader: Failed to read beginning of SSL/TLS record. b: 0 dbSize: 0 nReadNBytes: 0 idleTimeoutMs: 60000 Failed to receive more TLS application data. tlsApp: Socket operation timeout. elapsedMs: Elapsed time: 60094 millisec Failed to read response header. --readResponseHeader --fullHttpRequest success: 0 --a_synchronousRequest success: 0 --fullRequest totalTime: Elapsed time: 60391 millisec Failed. --SynchronousRequest --ChilkatLog

gencer commented 4 years ago

Hey @bnb0611. I see that you are using unlock code with a valid license

Component successfully unlocked using purchased unlock code.

I suggest you to contact with Chilkat Software directly using one of the provided communication channel.

For the issue, I quite didn't understand what you mean by that. Is this error happen in your app or using Chilkat Code Generate app? You should have more luck with Chilkat's Developer Support Channel. Also check Stackoverflow's chilkat tag.

bnb0611 commented 4 years ago

readResponseHeader: Failed to read beginning of SSL/TLS record. b: 0 dbSize: 0 nReadNBytes: 0 idleTimeoutMs: 60000 Failed to receive more TLS application data. tlsApp: Socket operation timeout. elapsedMs: Elapsed time: 60109 millisec Failed to read response header. --readResponseHeader

As far as I understood from this part of the log, the Client (dll) and the Server did not find the common TLS / SSL protocol