INTERACT FORUM

More => Old Versions => JRiver Media Center 22 for Linux => Topic started by: ipta on November 21, 2016, 11:38:52 am

Title: Licensing Issues on Fedora
Post by: ipta on November 21, 2016, 11:38:52 am
I installed Media Center using the method stuck on the forums: https://yabb.jriver.com/interact/index.php/topic,106006.0.html

When I paste my license into the box I get a friendly "There was a problem communicating with the license server." One post said this is because the SSL certificate bundled with MC isn't included when you install on an RPM system.

When I run the /RestoreFromFile command line option, this licenses my copy of media center for a couple of weeks before I have to do it again. I have been getting the MJR files from the restore license page of the JRiver website

Is there a way to permanently license MC on fedora?
Title: Re: Licensing Issues on Fedora
Post by: Awesome Donkey on November 26, 2016, 11:45:50 am
You need to open a Terminal and input the following commands;

Code: [Select]
cd /etc/ssl/certs
Then...

Code: [Select]
sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem ca-certificates.crt
And that should do it.
Title: Re: Licensing Issues on Fedora
Post by: ipta on December 08, 2016, 01:36:36 pm
This fixed my issue.

Thanks!