Results 5 comments of Vladimir

So is it possible to change mitmproxy tls fingerprint?

I haven't figured it out yet. I'm a little confused about the protobuf versions. My error looks like: ``` CMake Error at cmake-build-debug/vcpkg_installed/arm64-osx/share/protobuf/vcpkg-cmake-wrapper.cmake:3 (_find_package): Could not find a configuration file...

Is PROTOBUF_MINVERSION is required, maybe its possible to change from find_package(Protobuf ${PROTOBUF_MINVERSION} REQUIRED) just to find_package(Protobuf REQUIRED)

Yes, it works, thanks!