justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 618 forks source link

examples works fine the first time,but fail the second time,why #776

Open jxchenhui opened 4 years ago

jxchenhui commented 4 years ago

I run the wpf examples,the first time,it will show a message box,and I press ok,in my chrome,I visit a https web,it works fine,but I run examples second time,because it create a .pfx file in the work dir,it will not show a message box, however,I open a https web,it will show error message,like ERR_CONNECTION_CLOSED, then, I delete the .pfx file in the path, and run the examples, it will show message box,and https web work fine, What can I do for it?

juraj111 commented 4 years ago

it seems that I get very similar issue, #799 #799