mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-26 21:15:53 +03:00
[GH-ISSUE #32] Mitm linux #287
Labels
No labels
cannot reproduce
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-adblock#287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnyhliang on GitHub (Jun 20, 2021).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/32
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 on GitHub (Jun 20, 2021):
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.
@johnnyhliang commented on GitHub (Jun 20, 2021):
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 on GitHub (Jun 23, 2021):
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.
@johnnyhliang commented on GitHub (Jul 11, 2021):
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 on GitHub (Aug 27, 2021):
mitm doesn't work for latest spotify releases.
@3N4N commented on GitHub (Dec 7, 2022):
I'm experiencing the same issue after trusting the
crtfiles incerts/certs/folder. Any update on this @AnanthVivekana?