当前位置:网站首页>whistle ERR_ CERT_ AUTHORITY_ INVALID
whistle ERR_ CERT_ AUTHORITY_ INVALID
2022-07-24 20:27:00 【Angry Apple ext】
background
I am working on the enterprise wechat sidebar , Because it needs to be changed bug, Convenient debugging , So I want to send the request to my local .
The agent is set in advance , As shown in the figure below .

Used
whistle.ctrl+shift+alt+dopen debug after , It is found that the request was interrupted ,console YesERR_CERT_AUTHORITY_INVALID.There's a little interlude in the middle , My computer has
mitmproxy, There is no problem using it , Can see the request .Inference is a certificate problem .
Solution
- Do not use the automatic option when installing certificates .
- choice
Trusted Root Certificate Authorities( Trusted root certification authority )
- Use command
certmgr.mscCheck the certificate
- Request effect , As shown in the figure below .

- The request has arrived locally ( It is now configured
Rules), As shown in the figure below
Follow up comparative thinking
- I compared the certificate ,
whistleAutomatically installed inIntermediate Certificate
mitmproxyAutomatically installed inTrusted Root Certificate Authorities( Trusted root certification authority )
- Probably
Intermediate CertificateNot enough level , So it will be interrupted .
Reference resources
边栏推荐
- Inconsistent time
- How to set appium script startup parameters
- Monotone stack and monotone queue (linear complexity optimization)
- Modbus communication protocol specification (Chinese) sharing
- The difference between token and session, this classic interview question deserves a more in-depth answer
- Near infrared dye cy7.5 labeling PNA polypeptide experimental steps cy7.5-pna|188re labeling anti gene peptide nucleic acid (agpna)
- 1. Mx6u-alpha development board (buzzer experiment)
- [training Day6] game [mathematics]
- How to apply Po mode in selenium automated testing
- [FreeRTOS] 10 event flag group
猜你喜欢
![[training Day9] maze [line segment tree]](/img/56/e8458245fe564821740ab94ece37a4.png)
[training Day9] maze [line segment tree]

Upgrade appium automation framework to the latest 2.0

Lua environment configuration

Easy to use office network optimization tool onedns

Introduction to fastdfs high availability

Implementation of OA office system based on JSP

Risk control system, implemented by flink+clickhouse!

Covid-19-20 - basic method of network segmentation based on vnet3d

Application layer - typical protocol analysis

The difference between map and flatmap in stream
随机推荐
Understand the domestic open source Magnolia license series agreement in simple terms
[training Day8] series [matrix multiplication]
Usage and introduction of MySQL binlog
Docker builds redis and clusters
[training Day10] linear [mathematics] [thinking]
Guys, I have no problem running locally in diea, running on the server. What's wrong with the lack of CDC connection? The database IP can be pinged
Pychart tutorial: 5 very useful tips
Hide the middle digit of ID number
[training Day6] game [mathematics]
Redisgraph graphic database multi activity design scheme
Modbus communication protocol specification (Chinese) sharing
[leetcode] 1184. Distance between bus stops
[training Day9] maze [line segment tree]
Flink Window&Time 原理
How does starknet change the L2 landscape?
[training Day8] [luogu_p6335] staza [tarjan]
Ask a question: is there an error msg = ora-04036: instance usage when using CDC to monitor oracle
Leetcode 48 rotating image (horizontal + main diagonal), leetcode 221 maximum square (dynamic programming DP indicates the answer value with ij as the lower right corner), leetcode 240 searching two-d
Redis common configuration description
Selenium uploads files in more ways than you think