-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Battle.net via wine doesn't trust httptap #37
Comments
Thanks for the report @yoshimo. I should just overlay |
Hey @yoshimo if you have the bandwidth, is there any way you could try building httptap on this branch and see whether it fixes your problem? |
@alexflint i am struggling with building this app after checking out the branch you mentioned. |
Try this:
|
it would rather be "go build" i guess.
The only one i expect is that resolving telemetry-in fails as i redirected that to localhost. |
when you run httptap wine Battle.net.exe there are a few connections that are just dropped because they are not using a cert that is trusted by the application.
This launcher is using chromium embedded framework and on windows the schannel functions to establish its tls-connections.
I prepared the strace+egrep found in another issue to help you help me
The text was updated successfully, but these errors were encountered: