-
Notifications
You must be signed in to change notification settings - Fork 50
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
secure-cookie-key-file Error #5
Comments
Hmm weird. Are you sure you have the latest version of Rstudio there? Regarding the safety: Apparently there are some security issues with this way of launching rstudio anyway (#3). I wouldn't use it outside a secure network anyway. |
It was RStudio 1.1, just checked it out.
Afterwards, I upgraded to RStudio 1.2. However, I am also having the
following issue: "error while loading shared libraries: libssl.so.1.1:
cannot open shared object file: No such file or directory".
Will continue investigating.
Thanks for fast response.
Juan
|
The error I get now exactly with the latest version of RStudio is:
|
Can you check if openssl is installed in the conda env you are launching
rstudio from?
…On Mon, 13 Jan 2020 at 13:02, jtelleriar ***@***.***> wrote:
The error I get now exactly is:
/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ABVZRVYQU2EVMGYZE6CNSCDQ5RJ55A5CNFSM4KGATRGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYOTYI#issuecomment-573630945>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVZRVYXNL7AQSNKW5H7EATQ5RJ55ANCNFSM4KGATRGA>
.
|
I created a separate issue, will close this and continue the conversation in the other. Thanks! |
I checked so, and it is installed.
I think the issue is due to the fact that the os can only have
libssl.so.1.0 installed, and with the latest version of RStudio Server this
is no longer supported.
El lun., 13 ene. 2020 13:04, Gregor Sturm <[email protected]>
escribió:
… Can you check if openssl is installed in the conda env you are launching
rstudio from?
On Mon, 13 Jan 2020 at 13:02, jtelleriar ***@***.***> wrote:
> The error I get now exactly is:
>
> /usr/lib/rstudio-server/bin/rserver: error while loading shared
libraries: libssl.so.1.1: cannot open shared object file: No such file or
directory
>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#5?email_source=notifications&email_token=ABVZRVYQU2EVMGYZE6CNSCDQ5RJ55A5CNFSM4KGATRGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYOTYI#issuecomment-573630945
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABVZRVYXNL7AQSNKW5H7EATQ5RJ55ANCNFSM4KGATRGA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AHA4WJ33YVPEKSB3RWSY4RDQ5RKFLA5CNFSM4KGATRGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYOYWI#issuecomment-573631577>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHA4WJ7BKRCCRBKY2EQP6ODQ5RKFLANCNFSM4KGATRGA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When connecting to some AWS's EMR Clusters, I am getting "secure-cookie-key-file" error, as not being a recognized launch statement.
Is this a know behaviour?
By skipping such --secure-cookie-key-file option I am able to launch RStudio Server however. Is it safe to do so?
Thanks.
Juan
The text was updated successfully, but these errors were encountered: