AnanthVivekanand / spotify-adblock

Blocking ads on desktop Spotify, crazy code ahead
GNU General Public License v3.0
269 stars 32 forks source link

Mitm linux #32

Open Green-Thanos opened 3 years ago

Green-Thanos commented 3 years ago

I am running this on a raspberry pi, how do you trust the certificates on debian/ubuntu based systems? I can't stop getting You haven't installed the generated CA certificate

AnanthVivekanand commented 3 years ago

Perhaps try the first section of this: https://superuser.com/a/719047

Let me know if it works, I can add it to the readme if it does.

Green-Thanos commented 3 years ago

When running mitm.js, a certs folder was generated, and in it were 2 folders, certs and keys. In the certs folder, it contained ca.crt and spclient.wg.spotify.com.crt The keys folder contained public and private keys for ca and spclient.wg.spotify.com. I tried moving both the crt files and updating, and it acknowledges the new certs but I still get the error messages and it does nothing.

AnanthVivekanand commented 3 years ago

I don't have access to a linux machine with me right now, but I'll be able to test/experiment in a couple days. I'll update if I discover anything.

Green-Thanos commented 2 years ago

Your ad blocker doesn't work, please put clear instructions.

could you please clarify? Is it related to this linux issue? If so then it looks like neither of us can help. If you follow the directions in the readme, I have tested on my mac machine and it works fine. Please specify your issue, and if its not related to this thread, create a new one. Thanks!

imloualvaro commented 2 years ago

mitm doesn't work for latest spotify releases.

3N4N commented 1 year ago

I'm experiencing the same issue after trusting the crt files in certs/certs/ folder. Any update on this @AnanthVivekana?