Giter Site home page Giter Site logo

Comments (5)

wheintz avatar wheintz commented on June 12, 2024

Hi again,
Hi cleaned my user library, updated the system library on my server, and nothing works for me now!
Same error...

from atom4r.

wheintz avatar wheintz commented on June 12, 2024

Maybe a missing library ?

from atom4r.

wheintz avatar wheintz commented on June 12, 2024

You can try with your account (using system library only) on gedeop rstudio server.

Thanks!

from atom4r.

eblondel avatar eblondel commented on June 12, 2024

I've tested it on my local Rstudio and on the D4Science e-infra Rstudio it works well. This issue let indicates an issue with the curl config on your Rstudio server:

error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small

Looking at most of threads, it indicates the need to decrease SSL security level: See eg https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level

from atom4r.

wheintz avatar wheintz commented on June 12, 2024

Hello Emmanuel,

Many thanks, it works for me!

sudo nano /etc/ssl/openssl.cnf

Add this line at the top:
openssl_conf = openssl_init

And add these lines at the end:

[openssl_init]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
CipherString = DEFAULT@SECLEVEL=1

Cheers,

Wilfried

from atom4r.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.