v12.2.3Desktop
mitmproxy 12.2.3
Changed 1
- Reduce generated leaf certificate validity from 199 to 197 days so the 2-day notBefore backdate remains below Chromium's 200-day limit
Fixed 3
- Fix a bug where mitmweb would not pick up its XSRF cookie
- Fix authority and subject key identifier mismatch errors when mitmproxy is configured with a custom CA whose SubjectKeyIdentifier was not derived as SHA-1 of the public key
- Fix IndexError in is_mostly_bin when exporting flows to HAR with payloads that have a UTF-8 continuation byte at the 100-byte cutoff
From mitmproxy
- Reduce generated leaf certificate validity from 199 to 197 days so the 2-day
notBeforebackdate remains below Chromium's 200-day limit. (#8203, @emanuele-em) - Fixed a bug where mitmweb would not pick up its XSRF cookie. (#8224, @mhils)
- Fix
authority and subject key identifier mismatcherrors when mitmproxy is configured with a custom CA whose SubjectKeyIdentifier was not derived as SHA-1 of the public key. (#8214, @unique-jakub) - Fix
IndexErrorinis_mostly_binwhen exporting flows to HAR with payloads that have a UTF-8 continuation byte at the 100-byte cutoff. (#8196, @juliosuas)