Archived Forum Post

Index of archived forum posts

Question:

Cannot use a SSL POP3 from T-Online

Feb 05 '14 at 08:24

Hello!

I got these Error by open a connection to a T-Online POP3 Account via SSL since 01/2014.

ChilkatLog:
  GetUidls:
    DllDate: Sep 10 2010
    UnlockPrefix: XXXXXXXXXXXXX
    Username: XXXXXXXXX
    Component: ActiveX
    Pop3Connect:
      Connecting to POP3 server
      hostname: securepop.t-online.de
      port: 995
      ssl: 1
      connectTimeoutMs: 30000
      heartbeatMs: 0
      ConnectTimeoutMs: 30000
      dnsCacheLookup: securepop.t-online.de
      Resolving domain name...
      myIP: 10.0.6.157
      myPort: 59678
      connect successful.
      handshakeMessageType: ServerHello
      handshakeMessageLen: 0x46
      processHandshakeMessage:
        MessageType: ServerHello
        Processing ServerHello...
        ServerHello:
          MajorVersion: 3
          MinorVersion: 0
          SessionIdLen: 32
          CipherSuite: RSA_WITH_3DES_EDE_CBC_SHA
          CipherSuite: 00,0a
          CompressionMethod: 0
          Queueing ServerHello message.
          ServerHello is OK.
      HandshakeQueue:
        MessageType: ServerHello
      Dequeued ServerHello message.
      handshakeMessageType: Certificate
      handshakeMessageLen: 0x10e1
      processHandshakeMessage:
        MessageType: Certificate
        ProcessCertificates:
          Certificate:
            derSize: 1492
            path: sequence|sequence[3]|$
            path: /C/oid,2.5.4.3|..|printable|*
            path: /C/oid,2.5.4.3|..|utf8|*
            path: /C/oid,2.5.4.3|..|ia5|*
            path: /C/oid,2.5.4.3|..|universal|*
            certSubjectCN: 
            path: sequence|int|*
            certSerial: 24A90E378748874EA6C95F334C91BA9D
            path: sequence|sequence[1]|$
            path: /C/oid,2.5.4.3|..|printable|*
            certIssuerCN: VeriSign Class 3 International Server CA - G3
          Certificate:
            derSize: 1581
            path: sequence|sequence[3]|$
            path: /C/oid,2.5.4.3|..|printable|*
            certSubjectCN: VeriSign Class 3 International Server CA - G3
            path: sequence|int|*
            certSerial: 641BE820CE020813F32D4D2D95D67E67
            path: sequence|sequence[1]|$
            path: /C/oid,2.5.4.3|..|printable|*
            certIssuerCN: VeriSign Class 3 Public Primary Certification Authority - G5
          Certificate:
            derSize: 1236
            path: sequence|sequence[3]|$
            path: /C/oid,2.5.4.3|..|printable|*
            certSubjectCN: VeriSign Class 3 Public Primary Certification Authority - G5
            path: sequence|int|*
            certSerial: 250CE8E030612E9F2B89F7054D7CF8FD
            path: sequence|sequence[1]|$
            path: /C/oid,2.5.4.3|..|printable|*
            path: /C/oid,2.5.4.3|..|utf8|*
            path: /C/oid,2.5.4.3|..|ia5|*
            certIssuerCN: 
          NumCertificates: 3
          Queueing Certificates message...
      Dequeued Certificate message.
      handshakeMessageType: ServerHelloDone
      handshakeMessageLen: 0x0
      processHandshakeMessage:
        MessageType: ServerHelloDone
        Queueing HelloDone message.
      DequeuedMessageType: ServerHelloDone
      OK to ServerHelloDone!
      No client certificate required by the server.
      path: sequence|sequence[4]|bits|*
      Encrypted pre-master secret with server certificate RSA public key is OK.
      Sending ClientKeyExchange...
      Sent ClientKeyExchange message.
      Sending ChangeCipherSpec...
      Sent ChangeCipherSpec message.
      Derived keys.
      Installed new outgoing security params.
      Sending FINISHED message..
      algorithm: des
      keyLength: 192
      Sent FINISHED message..
      Closing connection in response to fatal error.
      Failed to read incoming handshake messages. (3)
      Client handshake failed.
    Failed to connect to POP3 server.
    Failed.

Can anyone explain the error?

Best Regards P. Engemann


Answer

DllDate: Sep 10 2010

You are using a very old version of the active-x. You really should update to the current version (free for all customers).

http://www.chilkatsoft.com/downloads.asp


Answer

ok, thank you! i will test this shortly.


Answer

Thank you! It works now!