viewtopic.php?f=2&t=78766
viewtopic.php?t=52751
viewtopic.php?f=14&t=68078
viewtopic.php?f=13&t=47128
and sadly I wasn't able to solve the certificate problem.....
I'm using windows 7 x64 with VLC 1.1.17 and I'm trying to open an https stream from my own server.
I'm using my own self signed certificate created with the following command:
Code: Select all
openssl req -new -x509 -nodes -out server-test.crt -keyout server-test.key
when I open an https stream I get the following error:
Code: Select all
gnutls warning: cannot add x509 credentials (C:\Users\User\AppData\Roaming\vlc/ssl/certs\server-test.key): No error
gnutls warning: cannot add x509 credentials (C:\Users\User\AppData\Roaming\vlc/ssl/certs\server-test.crt): No error
gnutls error: TLS session: access denied
gnutls error: Certificate could not be verified
gnutls error: Certificate's signer was not found
main error: TLS client session handshake error
access_http error: cannot establish HTTP/TLS session
I want to know if these is some open bug which prevent vlc to open https stream on windows or If it's my fault, any idea?