Rfc 5246

Author: m | 2025-04-25

★★★★☆ (4.1 / 2936 reviews)

expat prime

RFC 5246 The information below is for an old version of the document that is already published as an RFC. Document Type: This is an older version of an Internet-Draft that was ultimately published as RFC 5246. Authors: Eric RFC 5246 (TLS) - Free ebook download as PDF File (.pdf), Text File (.txt) or read book online for free. RFC 5246 (TLS)

wd discovery tools

Information on RFC 5246 - RFC Editor

ImageUpon receiving the CLIENT HELLO, if the server is configured for Client Certificate Authentication, it will send a list of Distinguished CA names & Client Certificate Request to the client as a part of the SERVER HELLO apart from other details depicted above.Upon receiving the Server Hello containing the Client Certificate request & list of Distinguished CA names, the client will perform the following steps:The client uses the CA list available in the SERVER HELLO to determine the mutually trusted CA certificates.Theclient will then determine the Client Certificates that have been issued by the mutually trusted Certification Authorities.The client will then present the client certificate list to the user so that they can select a certificate to be sent to the Server.NOTE:On the Client the Client Certificates must have a Private Key. If absent, then the certificate is ignored.If the server doesn’t provide the list of Distinguished CA Names in the SERVER HELLO, then the client will present the user with all the client certificates that it has access to.Upon selection, the client responds with aClientKeyExchange message which contains the Pre-master secretCertificate message which contains the Client certificate(Doesn’t contain the private key).CertificateVerifymessage, which is used to provide explicit verification of a client certificate. This message is sent only if the Client Certificate message was sent. The client is authenticated by using its private key to sign a hash of all the messages up to this point. The recipient verifies the signature using the public key of the signer, thus ensuring it was signed with the client’s private key. Refer RFC 5246 for more details.Post this Client & Server use the random numbers and the Pre-Master secret to generate symmetric (or Master) keys which will used for encrypting & decrypting messages for further communication.Both respond with ChangeCipherSpec indicating that they have finished the process.SSL Handshake stands completed now and both the parties own a copy of the master key which can be used for encryption and decryption.We know that the server sends the list of Distinguished CA names as a part of SERVER HELLO. The RFC never mandates the list of Distinguished CA Names should contain Root CA or Intermediate CA certificates. Here is a snippet of this section defined in the RFC5246:certificate_authoritiesA list of the distinguished names [X501] of acceptablecertificate_authorities, represented in DER-encoded format. Thesedistinguished names may specify a desired distinguished name for aroot CA or for a subordinate CA; 2015-02-244 min readAt CloudFlare, making web sites faster and safer at scale is always a driving force for innovation. We introduced “Universal SSL” to dramatically increase the size of the encrypted web. In order for that to happen we knew we needed to efficiently handle large volumes of HTTPS traffic, and give end users the fastest possible performance. CC BY 2.0 image by ecos systemsIn this article, I’ll explain how we added speed to Universal SSL with session resumptions across multiple hosts, and explain the design decisions we made in this process. Currently, we use two standardized session resumption mechanisms that require two different data sharing designs: Session IDs RFC 5246, and Session Tickets RFC 5077. Session ID Resumption Resuming an encrypted session through a session ID means that the server keeps track of recent negotiated sessions using unique session IDs. This is done so that when a client reconnects to a server with a session ID, the server can quickly look up the session keys and resume the encrypted communication. At each of CloudFlare’s PoPs (Point of Presence) there are multiple hosts handling HTTPS traffic. When the client attempts to resume a TLS connection with a web site, there is no guarantee that they will connect to the same physical machine that they connected to previously. Without session sharing, the success rate of session ID resumption could be as low as 1/n (when there are n hosts). That means the more hosts we have, the less likely a session can be resumed. This goes directly against our goal of scaling SSL performance!CloudFlare’s solution to this problem is to share the sessions within the PoP, making the successful resumption rate approach 100%. We employ a memcached cluster to cache all the recent negotiated sessions from all the hosts within the same PoP. To enhance the secrecy and security of session keys, all cached sessions are encrypted. When a new session with a session ID is negotiated, a host will encrypt the new session and insert it to memcached, indexed by the session ID. When a host needs to look up a session for session resumption, it will query memcached using the session ID as the key and decrypt the cached session to resume it. All those operations happen as non-blocking asynchronous calls thanks to the power of OpenResty, and many handy OpenResty modules such as the fully asynchronous memcached client.

On the correctness of the padding example of RFC 5246

Connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246. RFC 5246 The information below is for an old version of the document that is already published as an RFC. Document Type: This is an older version of an Internet-Draft that was ultimately published as RFC 5246. Authors: Eric

RFC 5246 - TLS 1.2 - YouTube

07 13:48:12.884: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.781: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:36.781: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:30.572:

IPR RFC 4346, RFC 5246, RFC 4754, 4753, 4347, 4366

Lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00

RFC 5246 - The Transport Layer Security (TLS)

Find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.440: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.440: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.564: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.564: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.564: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.565: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.692: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.693: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.946: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.946: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07. RFC 5246 The information below is for an old version of the document that is already published as an RFC. Document Type: This is an older version of an Internet-Draft that was ultimately published as RFC 5246. Authors: Eric RFC 5246 (TLS) - Free ebook download as PDF File (.pdf), Text File (.txt) or read book online for free. RFC 5246 (TLS)

- Implement TLS 1.2 (RFC 5246) - Bugzilla

13:49:47.946: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.946: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.946: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.946: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.948: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.073: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.074: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.074: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:48.074: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.074: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.198: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.198: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.198: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.199: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:48.327: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock

Comments

User2663

ImageUpon receiving the CLIENT HELLO, if the server is configured for Client Certificate Authentication, it will send a list of Distinguished CA names & Client Certificate Request to the client as a part of the SERVER HELLO apart from other details depicted above.Upon receiving the Server Hello containing the Client Certificate request & list of Distinguished CA names, the client will perform the following steps:The client uses the CA list available in the SERVER HELLO to determine the mutually trusted CA certificates.Theclient will then determine the Client Certificates that have been issued by the mutually trusted Certification Authorities.The client will then present the client certificate list to the user so that they can select a certificate to be sent to the Server.NOTE:On the Client the Client Certificates must have a Private Key. If absent, then the certificate is ignored.If the server doesn’t provide the list of Distinguished CA Names in the SERVER HELLO, then the client will present the user with all the client certificates that it has access to.Upon selection, the client responds with aClientKeyExchange message which contains the Pre-master secretCertificate message which contains the Client certificate(Doesn’t contain the private key).CertificateVerifymessage, which is used to provide explicit verification of a client certificate. This message is sent only if the Client Certificate message was sent. The client is authenticated by using its private key to sign a hash of all the messages up to this point. The recipient verifies the signature using the public key of the signer, thus ensuring it was signed with the client’s private key. Refer RFC 5246 for more details.Post this Client & Server use the random numbers and the Pre-Master secret to generate symmetric (or Master) keys which will used for encrypting & decrypting messages for further communication.Both respond with ChangeCipherSpec indicating that they have finished the process.SSL Handshake stands completed now and both the parties own a copy of the master key which can be used for encryption and decryption.We know that the server sends the list of Distinguished CA names as a part of SERVER HELLO. The RFC never mandates the list of Distinguished CA Names should contain Root CA or Intermediate CA certificates. Here is a snippet of this section defined in the RFC5246:certificate_authoritiesA list of the distinguished names [X501] of acceptablecertificate_authorities, represented in DER-encoded format. Thesedistinguished names may specify a desired distinguished name for aroot CA or for a subordinate CA;

2025-04-04
User8970

2015-02-244 min readAt CloudFlare, making web sites faster and safer at scale is always a driving force for innovation. We introduced “Universal SSL” to dramatically increase the size of the encrypted web. In order for that to happen we knew we needed to efficiently handle large volumes of HTTPS traffic, and give end users the fastest possible performance. CC BY 2.0 image by ecos systemsIn this article, I’ll explain how we added speed to Universal SSL with session resumptions across multiple hosts, and explain the design decisions we made in this process. Currently, we use two standardized session resumption mechanisms that require two different data sharing designs: Session IDs RFC 5246, and Session Tickets RFC 5077. Session ID Resumption Resuming an encrypted session through a session ID means that the server keeps track of recent negotiated sessions using unique session IDs. This is done so that when a client reconnects to a server with a session ID, the server can quickly look up the session keys and resume the encrypted communication. At each of CloudFlare’s PoPs (Point of Presence) there are multiple hosts handling HTTPS traffic. When the client attempts to resume a TLS connection with a web site, there is no guarantee that they will connect to the same physical machine that they connected to previously. Without session sharing, the success rate of session ID resumption could be as low as 1/n (when there are n hosts). That means the more hosts we have, the less likely a session can be resumed. This goes directly against our goal of scaling SSL performance!CloudFlare’s solution to this problem is to share the sessions within the PoP, making the successful resumption rate approach 100%. We employ a memcached cluster to cache all the recent negotiated sessions from all the hosts within the same PoP. To enhance the secrecy and security of session keys, all cached sessions are encrypted. When a new session with a session ID is negotiated, a host will encrypt the new session and insert it to memcached, indexed by the session ID. When a host needs to look up a session for session resumption, it will query memcached using the session ID as the key and decrypt the cached session to resume it. All those operations happen as non-blocking asynchronous calls thanks to the power of OpenResty, and many handy OpenResty modules such as the fully asynchronous memcached client.

2025-04-14
User7247

Connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.840: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.841: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.886: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.887: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.904: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:46.905: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:46.938: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246

2025-04-16
User3610

07 13:48:12.884: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:13.072: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.774: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:17.775: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:22.526: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:27.278: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:32.030: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.781: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:36.781: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:36.782: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d1f00*capwapSocketTask: Dec 07 13:48:41.533: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask:

2025-04-16
User8640

Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.421: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:11.422: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:11.609: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:16.316: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:21.068: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:25.820: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:30.572: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:30.572:

2025-04-01
User3374

Lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.062: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.063: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.095: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.096: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*spamApTask4: Dec 07 13:49:47.129: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection found! Acquiring lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 Releasing lock for 0x1a4d20f0*capwapSocketTask: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00 DTLS connection find by 0x10e7908c with Local 10.15.152.5:5246 Peer 10.15.102.11:5272*spamApTask4: Dec 07 13:49:47.159: 10:b3:d5:3a:81:00

2025-04-10

Add Comment