vlc https/tls problem

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
FenrirTheWolf
New Cone
New Cone
Posts: 4
Joined: 28 Feb 2011 21:26

vlc https/tls problem

Postby FenrirTheWolf » 28 Feb 2011 21:47

I've read a couple of tread about https/ssl problem:
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
and after configuring the webserver (which work with firefox after you accept the self signed cert) I've added those files in the /appdata/roaming/vlc/ssl/certs/ folder.

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
and the video won't play...

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?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc https/tls problem

Postby Jean-Baptiste Kempf » 03 Mar 2011 12:35

VLC https support on Windows is broken, and I don't know how to fix.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

FenrirTheWolf
New Cone
New Cone
Posts: 4
Joined: 28 Feb 2011 21:26

Re: vlc https/tls problem

Postby FenrirTheWolf » 04 Mar 2011 16:36

from the log it seems that the problem is caused by gnutls, maybe I can ask to them...

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc https/tls problem

Postby Jean-Baptiste Kempf » 04 Mar 2011 17:47

They won't know, because the issue is in VLC tls module.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

FenrirTheWolf
New Cone
New Cone
Posts: 4
Joined: 28 Feb 2011 21:26

Re: vlc https/tls problem

Postby FenrirTheWolf » 04 Mar 2011 18:05

that is sad...

on a related note, there is some confusion on bug tracker too about this issue.

FenrirTheWolf
New Cone
New Cone
Posts: 4
Joined: 28 Feb 2011 21:26

Re: vlc https/tls problem

Postby FenrirTheWolf » 23 Aug 2011 20:34

any news? there is any possibility that this will be fixed in future release?

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: vlc https/tls problem

Postby DGMurdockIII » 23 Aug 2011 21:25

have you tryed updating gnutls to a later verson

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc https/tls problem

Postby Jean-Baptiste Kempf » 23 Aug 2011 23:42

any news? there is any possibility that this will be fixed in future release?
Sure, when someone fixes it...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15133
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: vlc https/tls problem

Postby Rémi Denis-Courmont » 25 Aug 2011 21:22

any news? there is any possibility that this will be fixed in future release?
TLS support in VLC has been working fine for years, generally speaking. The problems are really specific to Windows. Most VLC developers do use Windows. Since developers are not paid, they tend to ignore Windows errors. Also bugs get opened faster than the current hobbyist team can deal with them, so it is unavoidable that developers cherry-pick bug reports.

Bottom line, if you do care about Windows or whatever specific bug/feature, provide patches or arrange for someone to do so on your behalf.

"Can this be fixed question?" really are never going to get useful answers.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc https/tls problem

Postby Jean-Baptiste Kempf » 26 Aug 2011 00:09

Some things were fixed in 1.2 for TLS on Win32, by geal and me, but this isn't working fine yet. It loads correctly the certificate but then fails.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

flew
New Cone
New Cone
Posts: 2
Joined: 12 Mar 2011 01:05

Re: vlc https/tls problem

Postby flew » 24 Feb 2012 18:32

Has any improvement on this been made with 2.0?


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 28 guests