simson / subsonic-client

Automatically exported from code.google.com/p/subsonic-client
0 stars 0 forks source link

Problem with self signed ssl certs #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On the client connection set up set an https subsonic server
2. Select a song and album 
3. try to play a song

What is the expected output? What do you see instead?
Instead of playing it says error on the lower notification bar, console output 
indicates an SSL handshake error.

What version of the product are you using? On what operating system?
Ubuntu 11.04 amd64
Subsonic server 4.5
Apache 2.2 server using an SSL host with mod_proxy_ajp linking subsonic
subsonic-client Revision: 45

Please provide any additional information below.

pwd and user are my credentials

maxrb@lemmy:/tmp/subsonic-client-read-only$ python main.pyw 
/usr/share/themes/MurrinaAzul/gtk-2.0/gtkrc:75: Murrine configuration option 
"scrollbar_color" is no longer supported and will be ignored.
/usr/share/themes/MurrinaAzul/gtk-2.0/gtkrc:78: Murrine configuration option 
"gradients" is no longer supported and will be ignored.
[0x7fbf4400d6d0] gnutls tls client error: TLS session: access denied
[0x7fbf4400d6d0] gnutls tls client error: Certificate could not be verified
[0x7fbf4400d6d0] gnutls tls client error: Certificate's signer was not found
[0x7fbf4400d6d0] main tls client error: TLS client session handshake error
[0x1879a50] access_http access error: cannot establish HTTP/TLS session
[0x1873710] main input error: open of 
`https://choloclos.dyndns.org:443/subsonic/rest/stream.view?id=2f686f6d652f4d757
36963612f4d61782f4c6973746f207920436f6e204574697175657461732f44656174682f4465617
468202d205b313938385d204c6570726f73792f30322d20426f726e20446561642e6d7033&c=py-s
onic&u=pwd&p=user&v=1.6.0' failed: (null)
[0x1873710] main input error: Your input can't be opened
[0x1873710] main input error: VLC is unable to open the MRL 
'https://choloclos.dyndns.org:443/subsonic/rest/stream.view?id=2f686f6d652f4d757
36963612f4d61782f4c6973746f207920436f6e204574697175657461732f44656174682f4465617
468202d205b313938385d204c6570726f73792f30322d20426f726e20446561642e6d7033&c=py-s
onic&u=user&p=pwd&v=1.6.0'. Check the log for details.

Original issue reported on code.google.com by maxroma...@gmail.com on 28 Aug 2011 at 6:44