I try use HTTP Toolkit to trace a app in android, the firsts request are correctly but when I try login the request return the next information:
This request was not forwarded successfully
The upstream server failed to complete a TLS handshake, so HTTP Toolkit did not forward the request.
This could be caused by the server not supporting modern cipher standards or TLS versions, requiring a client certificate that hasn't been provided, or other TLS configuration issues.
Pro users can relax HTTPS requirements for configured hosts to accept older TLS versions and self-signed/invalid certificates, and configure per-host client certificates for authentication.
And the response of the request is:
The connection failed before a response could be completed with error:
Upstream connection error: write EPROTO 9860:error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1546:SSL alert number 42
Do I need a upload a SSL certificate in HTTP Toolkit to this work correctly?
Actually I use a virtual device created in Android Studio and this is rooted to grant the permissions of CA certificate on the phone.
I need a solution for this case to continue with my analysis.