I need to connect a legacy application to a Server that used a TLS 1.2 Connection with a Brainpool-Certificate. I am trying to accomplish this using TLS Proxy.
Using Curl I found out that I can only get the connection to work, if i explicitly specify the curve (brainpoolP256r1). I succeded connecting to the server adding the "-curves brainppolP256r1" parameter using curl.
Unfortunately I don't find a parameter to set the curve to use in TLS Proxy. Is there a way to do so?
Thank you for any help.