Comment to 'Install Jot Server'
  • Guys,

    These are my settings but it keeps connecting

    ==================

    {

        "port":5443,

        "mode":"",

        "log":"log.log",

        "domains":["*"],

        "transformer":"sockjs",

        "root":"/etc/ssl/files/",

        "cert":"", 

        "key":"",

        "OFFLINE":0,

        "ONLINE":1,        

        "AWAY":2

    }

    ==================

    If you check telnet allkindsofgamers.com 5443, it connects so what is wrong?

    I have ssl on my domains. Jot server url: https://mydomain:5443

    • Hello, what's wrong is this:

      "cert":"", 

       "key":"",

      You have to fill in the full path for both files, but you must also indicate the name of the files.

      "root":"/etc/letsencrypt/live/ex.exemple.com",
       "cert":"cert.pem",
        "key":"privkey.pem",

      • But if I want to connect multiple sites?

        I installed jot server to be used by more websites I run so how does that work? 

        There is no documentation to setup jot server to be used by more sites