Problems playing https Streams (SSL-certificate problems)
Posted: 02 Jun 2008 19:58
I have an internetserver with a webapplication helping me searching songs and creating playlists (m3u). To protect my music collection I use ssl. Because I use everything private I haven't a special certificate for authentification. This seems to be the problem...
If I want to play a song and open the networkstream with the url:
I get the error messages:
Someone know how to solve this problem without buying a ssl certificate?
P.S. An interesting point is that the vlc player on windows doesnt show any error message although I can not play my file too...
If I want to play a song and open the networkstream with the url:
Code: Select all
https://user:pass@myserver/music/test.mp3
Code: Select all
gnutls error: TLS session: access denied
gnutls error: Certificate could not be verified
gnutls error: Certificate's signer was not found
main error: TLS/SSL session handshake error
access_http error: cannot establish HTTP/TLS session
gnutls error: TLS session: access denied
gnutls error: Certificate could not be verified
gnutls error: Certificate's signer was not found
main error: TLS/SSL session handshake error
access_http error: cannot establish HTTP/TLS session
P.S. An interesting point is that the vlc player on windows doesnt show any error message although I can not play my file too...