-
Notifications
You must be signed in to change notification settings - Fork 324
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
Comments
Same here |
Same here. Tried to set the tls fingerprint as well. |
Whenever I see this I run the following: |
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? |
Mich
…On Tue, Mar 13, 2018 at 10:08 AM, wellsa-usa ***@***.***> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#655 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHaK5DGGCwhg_vOQQF8mZtUIDfc9BXLLks5td-77gaJpZM4So4fz>
.
|
On Tue, Mar 13, 2018 at 10:14 AM, InvalidPath <invalid.path@gmail.com>
wrote:
Mich
On Tue, Mar 13, 2018 at 10:08 AM, wellsa-usa ***@***.***>
wrote:
> 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?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#655 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AHaK5DGGCwhg_vOQQF8mZtUIDfc9BXLLks5td-77gaJpZM4So4fz>
> .
>
Sorry about that truncated reply above. So I tried adding
'tls_finger_print = <results of Michaels command>' and it bombs out with:
$ ./pianobar
(i) Unrecognized key tls_finger_print at
/home/user/.config/pianobar/config:7
Welcome to pianobar (2016.06.02-dev)! Press ? for a list of commands.
(i) Login... Network error: Peer certificate cannot be authenticated with
given CA certificate
s
|
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: |
I have the same code as wellsa-usa, intreasting that mine works. |
On Tue, Mar 13, 2018 at 10:27 AM, wellsa-usa ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#655 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHaK5JinT1yqHTOAElahGxpu474VYzy8ks5td_NVgaJpZM4So4fz>
.
Ah gotcha.. I copied what Michael posted. Made the change and now I'm
working! Thanks!
|
bicarbonate - So is your pianobar playing songs now? I took the latest source in GitHub, built it, and I still get the network error :( |
Well, it seems the issue was on Pandora's side. Mine is now working, and I have the tls_fingerprint commented out. |
Sorry about the extra underscore, I updated the comment to be correct. |
That setting, tls_fingerprint, has been *removed* in 2015, see commit
61dbc21
Since pianobar is working for me right now, I assume this was a
temporary issue caused by a certificate rollover.
|
Started getting this today.. Google proved useless, anyone here got any ideas?
The text was updated successfully, but these errors were encountered: