Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • OpenSSL version mismatch: impossible to use rsync or scp

    Solved Support
    3
    0 Votes
    3 Posts
    64 Views
    BrutalBirdieB
    I never thought of this use-case. Using sftp inside a Cloudron app to move data away. Unique, I must admit. Testing inside a LAMP app to the new unstable SFTPgo app. mkdir -p /tmp/testing; cd /tmp/testing ssh-keygen -t ed25519 -f /tmp/testing/this -q -N "" # put the publickey into my profile in sftpgo.cloudron.dev sftp -i this -P 2022 elias.hackradt@sftpgo.cloudron.dev:/ sftp> put /app/data/tcl.zip [image: 1740783672764-e26df4a0-195d-43cb-9f69-46f3fa8516d4-image-resized.png] Seems to be working Sorry, where was I? Ah yes, your issue The error message OpenSSL version mismatch. Built against 30000020, you have 30100070 indicates that the version of OpenSSL used to build the sftp or related binary (such as ssh, libssh, openssh) is different from the version of OpenSSL currently installed on your system. Specifically: Built against 30000020: This means the binary was compiled against OpenSSL version 3.0.2 (I think don't pinpoint me on the semver). You have 30100070: This means your system currently has OpenSSL version 3.1.7 (same again, don't pinpoint me on the semver, not used to the 30100070 format). This mismatch can cause compatibility issues because the binary expects a specific version of OpenSSL but finds a different one at runtime. Running this in my LAMP App: openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) and ssh -V OpenSSH_8.9p1 Ubuntu-3ubuntu0.4, OpenSSL 3.0.2 15 Mar 2022 Reveals, there is no issue inside the LAMP app. @chetbaker Could you maybe run openssl version, ssh -V and ldd $(which sftp) in your app with the id 23f10ac0-d9a3-4a1d-8265378464d7b1caasdasdas0 and post that output? Also can you tell us what app 23f10ac0-d9a3-4a1d-8265378464d7b1caasdasdas0 is? Since most apps are inherited from the Cloudron base image, that should be the same everywhere. So this error might be rather unique to your app. Could it be that your app is a custom packaged app? Since you are comfortable using the cloudron-cli, is this by chance an issue from your custom packaged app?
  • cloudron cli login timeout

    Solved Support
    2
    1
    0 Votes
    2 Posts
    35 Views
    J
    Seems like a connectivity issue. I assume you can connect via the browser. Is your system using a http proxy or anything like that? Does curl https://my.domain.com work ?
  • Exec/debug - Is it possible to use a shell other than bash?

    Solved Support
    9
    0 Votes
    9 Posts
    344 Views
    SansGuidonS
    Thanks for the explanation.
  • How to stop apps via SSH command line

    Solved Support
    20
    1 Votes
    20 Posts
    809 Views
    bmannB
    Well, apparently the only way to "fix" this, is to docker stop the yellow services Mail / Mongo / Postgres / MySQL and then restart them in the dashboard and they start up succesfully, and then you can start other apps that have been stopped.
  • How to restore mail from encrypted backups?

    Solved Support
    3
    1 Votes
    3 Posts
    300 Views
    T
    Ah, thanks! I hadn't seen the app-mail-folders before.
  • Cloudron CLI installation error

    Solved Support
    3
    1
    1 Votes
    3 Posts
    215 Views
    jagadeesh-s2104J
    @girish Thank you, Girish! After I updated the node, this error went away.
  • 2 Votes
    2 Posts
    197 Views
    girishG
    @luckow good catch. In fact, the sort function usage was entirely wrong. Fixed in https://git.cloudron.io/cloudron/cloudron-cli/-/commit/87dcb5f8cc8ae29f877a6f5b96c865ec48dd8846 I published a new CLI 5.5.0
  • App install from Cloudron Server cli?

    Solved Support
    4
    0 Votes
    4 Posts
    467 Views
    robiR
    Solution is to install the Cloudron CLI in a container, LAMP App or Surfer App work well. See: https://forum.cloudron.io/topic/10966/installing-custom-apps-on-cloudron/
  • CLI: Command not found

    Solved Support
    3
    1 Votes
    3 Posts
    413 Views
    L
    Got it, thanks!
  • Install apps using the API?

    Solved Support
    6
    1 Votes
    6 Posts
    725 Views
    L
    Ok got it, thanks @BrutalBirdie ! No problem with doc being overhauled, I understand it's a WIP; just wanted to make sure it's not me that can't properly RTFM
  • CLI Update command not working.

    Solved Support
    4
    0 Votes
    4 Posts
    416 Views
    girishG
    Please check if it's any better with CLI 5.4.1
  • cloudron cli error

    Solved Support
    11
    1
    0 Votes
    11 Posts
    1k Views
    girishG
    @webvsnet Ah alright Remember that when you upgrade Cloudron, you will have to get back to CLI 5.4.0
  • logging in to cloudron with cloudron cli from ci job

    Solved Support
    3
    1 Votes
    3 Posts
    132 Views
    philkunzP
    Thank you
  • Change Primary Domain an Dashboard via Terminal/CLI

    Solved Support
    6
    0 Votes
    6 Posts
    755 Views
    C
    Ok. I will doublecheck this. Give me a few hours for this. Thanks for the moment Update: Solution work fine! Thanks a lot.
  • Cloudron CLI

    Support
    6
    0 Votes
    6 Posts
    673 Views
    L
    @nebulon said in Cloudron CLI: ah. The cli is actually not built to run on Cloudron itself, but it would interact with a Cloudron via REST api. Is there a specific use-case where you need it on the server? I want to install the InfluxDB Package, I thought then via Cloudron CLI. So I have to install it on my Client, to install this package.
  • 0 Votes
    10 Posts
    871 Views
    girishG
    @scooke I am out of ideas then. If you like, you can reach out on support@cloudron.io and we can debug further to see if we can resurrect the app.
  • rsync for cloudron CLI

    Feature Requests
    3
    2 Votes
    3 Posts
    405 Views
    girishG
    Found https://rsync.samba.narkive.com/DFt4GEa9/over-stdin-stdout which has some interesting discussion.
  • Removing custom apps that were not installed correctly via CLI

    Solved Support
    6
    1 Votes
    6 Posts
    651 Views
    robiR
    @girish Sure for test domains w/o any subdomains. What I'm suggesting is a non-entirely blocking situation when the automation fails what it thinks it needs with no simple recourse. Would improve UX flow in edge cases..
  • 0 Votes
    14 Posts
    4k Views
    benborgesB
    This can be set to solved ! Cloudflare reply : [image: 1679341157587-c09bd926-0b5e-4850-8e26-b9413779a021-image-resized.png]
  • Failed to install app: 402 message: Missing token

    Solved Support
    23
    0 Votes
    23 Posts
    2k Views
    A
    @girish well, that solved the problem i was facing, though i do not understand why it does, but anyway, thanks a lot that helped me Solved!! Solution = <Just sign in to the app store in your Cloudron Server as Mr. @girish said> Once more, thank you very much for the support .