user14112451
user14112451

Reputation: 31

FDR4.2.7 could not connect license server

I need to use FDR4 for my papers,but when I download FDR4.2.7, I find I could not connet to the licensing servers. I also see the FDR release note: Release Notes 4.2.7 (11/05/2020) Fixes an additional issue that meant FDR4 could not connect to the licensing servers. 4.2.6 (10/05/2020) Fixes an issue that meant FDR4 could not connect to the licensing servers.

I use Ubuntu 16.04 TLS, could someone send me FDR version 4.2.5 OR other version that could run the demo: " casper-2.1\ExamplesLibrary\Algebra\dh.csp",I also have FDR2 which could not run this demo.

Thank you very much.

Upvotes: 3

Views: 283

Answers (1)

PrinceOfCreation
PrinceOfCreation

Reputation: 397

From here,

Some Linux distributions have moved the TLS certificate store, and FDR cannot find it, so it can't connect.

The fix that worked (on my machine) was:

sudo mkdir -p /etc/pki/tls/certs/
sudo cp /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt

You should be able to delete the workaround once FDR has been licensed.

Upvotes: 0

Related Questions