-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
minitube: new package #8118
minitube: new package #8118
Conversation
Actually, VLC can also just open youtube URLs, which I do sometimes (also due to performance reasons), and it claims the cert isn't trustworthy. It can be clicked to ignore the problem, but it's annoying nevertheless. |
Indeed, when I tried pasting the offending URL into VLC proper I could manually trust the cert. From then on, that particular video also plays fine in Minitube*. Then I open the next video, and it fails all over again... * So it must be something stateful I can hack around. I just don't know where to start. |
I believe some package in the stack isn't directed to our cert location, |
I'd think gnutls is the place to patch. |
I'll try a solution and file a PR changing our gnutls (to discuss possible alternative solutions). |
Awesome! Looking forward to it. |
This is a fast fix; it might be best to use $SSL_CERT_FILE. Tested on vlc with youtube https URLs. Discussed also on NixOS#8118.
Done #8121. It's rather a mass rebuild, unfortunately. |
Pushed to staging, as reasonable usage depends on 651e83a. |
Thank you! |
Thanks for a nice package :-) though I slightly miss the configurability of vlc. |
Minitube is a pretty wrapper around (Phonon/)VLC for watching YouTube videos without having to deal with the human junkyard that is youtube.com.
Unfortunately, it doesn't work:
Any kind souls with knowledge?