This is a migrated thread and some comments may be shown as answers.

I can't set up a proper connection between my Dart app and Fiddler

1 Answer 69 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Enes
Top achievements
Rank 1
Enes asked on 21 Jan 2019, 09:22 AM

Hey everyone, I am new to this forum. I've been capturing HTTPS traffic of my web browser without a problem. Now I want to test my command line application which makes requests to an HTTPS server. I've installed FiddlerRoot.cer on my Windows machine, browsers work fine but my app doesn't. It gives handsahke error. I guess I need to provide some certificate to my HttpClient in the code. I don't have deep experiences with certificates and certificate types. Dart language guidelines explains some points but I can't understand. As far as I see, Dart accepts PKCS#12.

 

Dart tutorial for using certificates: https://dart-lang.github.io/server/tls-ssl.html

My code question on the StackOverflow: https://stackoverflow.com/questions/54278013/certificate-error-when-analyzing-https-traffic-with-fiddler

1 Answer, 1 is accepted

Sort by
0
Simeon
Telerik team
answered on 21 Jan 2019, 11:23 AM
Hi,

I have commented on your question on StackOverflow. I hope that converting the FiddlerRoot.cer file to a .pem or PKCS#12 type file (p12 or pfx) would help.

Regards,
Simeon
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Enes
Top achievements
Rank 1
Answers by
Simeon
Telerik team
Share this question
or