If I change it to TLS 1.3 it gives an exception that says to use SystemDefault, but I’m not being able to make it work.
Same thing with custom cipher suits. Is there any solution? Or I gotta go back to Linux? Cause it would be a pain in the ass to use puppeteer on every web with TLS 1.3.
It seems TLS actually do work (selecting system default). It’s just I don’t have the same algorithm they use. Can’t make work the custom cypher suites.
You can write a TLS client using any ciphersuites, and TLS 1.3 protocol, then run it as a localhost, and connect OB2 to it so the traffic would run through the TLS client into OB2.