
So if you installed ROADtools fresh with @_dirkjan updates from today you might run into a fun mitm issue with selenium and roadtx. This is a known compatibility issue between selenium-wire (which bundles an old fork of mitmproxy) and modern pyOpenSSL. The bundled mitmproxy code calls X509.get_extension(), which was removed from pyOpenSSL in version 23.3.0+.
So in short you are going to have TLS interception issues.
Anyway this takes care of it if you are using ubuntu. Happy cloud hacking folks.
pip install 'pyOpenSSL<23.3.0'
English
