Skip to content
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

(i) Login... Network error: Peer certificate cannot be authenticated with given CA certificates #655

Closed
bicarbonate opened this issue Mar 13, 2018 · 13 comments
Labels

Comments

@bicarbonate
Copy link

Started getting this today.. Google proved useless, anyone here got any ideas?

@icylake11
Copy link

Same here

@haxwithaxe
Copy link

Same here. Tried to set the tls fingerprint as well.

@M1Sports20
Copy link

M1Sports20 commented Mar 13, 2018

Whenever I see this I run the following:
openssl s_client -connect tuner.pandora.com:443 < /dev/null 2> /dev/null | openssl x509 -noout -fingerprint | tr -d ':' | cut -d'=' -f2
The set tls_fingerprint in .config/pianobar/config

@wellsa-usa
Copy link

I'm getting this as well. Interestingly, my config file has the TLS commented out. I've added a new one back in (using the openssl snippet from the prior post), but it made no difference. Does anyone know where the TLS is used in the c code, or how to get past this problem?

@bicarbonate
Copy link
Author

bicarbonate commented Mar 13, 2018 via email

@bicarbonate
Copy link
Author

bicarbonate commented Mar 13, 2018 via email

@wellsa-usa
Copy link

This is what I have in my config file. You have 1 too many underscores in your config file. The 2 lines at the bottom were added today after the certificate error started showing up today:
#tls_fingerprint = 2D0AFDAFA16F4B5C0A34F3CB1D4752F95355070
#tls_fingerprint = 13CC51AC0C31CD96C55015C76914360F7AC41A00
#didnt used to need a tls, now even with a new one it doesnt work:
tls_fingerprint = FC2E6AF49FC63AEDAD1078DC22D1185B809E7534

@M1Sports20
Copy link

I have the same code as wellsa-usa, intreasting that mine works.
I am using an old version of pianobar 2013.09.15.

@bicarbonate
Copy link
Author

bicarbonate commented Mar 13, 2018 via email

@wellsa-usa
Copy link

bicarbonate - So is your pianobar playing songs now? I took the latest source in GitHub, built it, and I still get the network error :(

@wellsa-usa
Copy link

Well, it seems the issue was on Pandora's side. Mine is now working, and I have the tls_fingerprint commented out.

@M1Sports20
Copy link

M1Sports20 commented Mar 13, 2018

Sorry about the extra underscore, I updated the comment to be correct.
Also, I have saved the above command in the file to use in the future. Since using pianobar I have had to update it several times. I wonder why this can't be automatically pulled.

@PromyLOPh
Copy link
Owner

PromyLOPh commented Mar 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants