1
0
-1

Hello team, good afternoon. I am setting up a legal services portal in which I must manage a series of accesses for users. Due to the number of users and its "persistence" I must use the community edition of Joget DX. The question is not directly related to Joget but rather to infrastructure. I have the possibility of using AWS resources to do the deployment and likewise, already in AWS I have a domain name for this application. Do you have any experience in deploying the CE version through the https protocol on AWS? Someone maybe can help me with it?

Implementing the https protocol is essential to use the progressive app features, essential (and desirable) for the project.

Comments, ideas, information, proposals?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi, if you are asking infrastructure questions then this might not be the best place to get help. I am not an expert in any means but I believe you can setup SSL either directly in Tomcat or use a reverse proxy web server like Apache or Nginx. 

      SSL on Tomcat:
      https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html

      SSL on Apache:
      https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-amazon-linux-2.html
      https://cwiki.apache.org/confluence/display/HTTPD/TomcatReverseProxy

      SSL on Nginx:
      http://nginx.org/en/docs/http/configuring_https_servers.html
      https://dev.joget.org/community/display/DX7/NGINX+as+Proxy+to+Tomcat


        CommentAdd your comment...