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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Handshake faliure when trying to login through CLI

    Support
    cli
    3
    5
    212
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      ghaisasadvait last edited by girish

      Command : sudo cloudron login --allow-selfsigned my.site.com

      ERROR:
      write EPROTO 140070901078912:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:802:

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by girish

        @ghaisasadvait It seems you are using an older version of nodejs. Can you give the output of node --version ? Ideally, something like node 10 will work.

        The issue here is not that the cert is self-signed or not, but that Cloudron does not support SSLv3. It's an insecure protocol which is disabled.

        1 Reply Last reply Reply Quote 1
        • M
          msbt App Dev last edited by

          I can confirm that an update of node fixed the problem, thanks a lot @girish

          1 Reply Last reply Reply Quote 0
          • girish
            girish Staff last edited by

            @msbt If you remember, what node did you have and what node did you update to?

            1 Reply Last reply Reply Quote 0
            • M
              msbt App Dev last edited by

              node --version said v8.10.0, updated to v12.18.3 for good measure 😉

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB