wireshark抓包client Certificate

wireshark抓包之后,过滤语法ip.src==13.230.10.3 or ip.dst==13.230.10.3

13.230.10.3是服务器的ip

ip.src==13.230.10.3,用来查看服务器发给客户端的请求

ip.dst==13.230.10.3,用来查看客户端发给服务器的请求

服务要求进行client certificate认证,做两次实验,分别是客户端带证书和客户端不附带证书

不带证书进行请求的话,certificates length是0

 

要求客户端证书验证,但是客户端没有提供,最后服务器会中断请求。一个Encrypted Alert

https://support.f5.com/csp/article/K95610370

Alert Message: Encrypted Alert. The Content Type: Alert (21) designates a Close Notify. You would need to decrypt the packet for Wireshark to show the Close Notify. None. This is normal and is used by the TLS protocol for notifying the peer that the connection can be closed.

 

https://datatracker.ietf.org/doc/html/rfc5246#section-7.2

   decryption_failed_RESERVED(21),

 

 

 

附带证书进行请求的话,certificates length是1683

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(833)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2016-12-10 Adding a Controller
2015-12-10 .NET Framework Regular Expressions
2015-12-10 windows registry
2014-12-10 C# Programming Guide-->Statements, Expressions, and Operators-->Anonymous Functions
点击右上角即可分享
微信分享提示