1
0
-1

Help please. I work joget v.5 on the ubuntu server. But I can not do SSL setup. Described articles for Windows servers. Please help with the joget SSL certificate for ubuntu 16.0.4. I need the article to explain step by step

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi,

      You only need to configure Tomcat with SSL.

      For example setting tomcat up with free Let's Encrypt certificates: https://mladenadamovic.wordpress.com/2016/09/06/configure-tomcat-with-ssl-on-ubuntu-minimal/

      Or use a NGINX proxy to handle SSL.

      Cheers

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hello. I did not succeed what I thought. I can solve my problem of salary. There is no critical information on the server. You are free to do whatever you want. Resolve this problem enough and hand over the server to me.

          CommentAdd your comment...
        1.  
          1
          0
          -1

          One of the popular configurations is to actually use Apache as the reverse proxy and to point to tomcat from it. So, you should configure your SSL at Apache's side. See https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension 

          Cheers

            CommentAdd your comment...