mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Fix typo in docs - thanks to Jim_Showalter@intuit.com
This commit is contained in:
parent
85e1ae7543
commit
fcc1558180
@ -120,8 +120,8 @@ Name](http://en.wikipedia.org/wiki/SubjectAltName) field in the SSL certificate
|
|||||||
that allows an arbitrary number of alternative domains to be specified. If the
|
that allows an arbitrary number of alternative domains to be specified. If the
|
||||||
expected domain matches any of these, the client will proceed, even though the
|
expected domain matches any of these, the client will proceed, even though the
|
||||||
domain doesn't match the certificate Common Name. The answer here is simple:
|
domain doesn't match the certificate Common Name. The answer here is simple:
|
||||||
when extract the CN from the upstream cert, we also extract the SANs, and add
|
when we extract the CN from the upstream cert, we also extract the SANs, and
|
||||||
them to the generated dummy certificate.
|
add them to the generated dummy certificate.
|
||||||
|
|
||||||
|
|
||||||
## Complication 3: Server Name Indication
|
## Complication 3: Server Name Indication
|
||||||
|
Loading…
Reference in New Issue
Block a user