Enabling SSL connection for WISE-Docker-Dev #12
-
Hello everyone, after a few struggling with this project, I finally get it running and able to access it through my domain.com. Below is my docker-compose.yml file.
And below is my wise.conf
the SSL certificate has been loaded without a issue, and I can use http fine, however when adding https infront of the domain, I get 503 error from Chrome. Can someone give me some pointers? Been working on this for 4 days already, checked most of the tutorials, added 433 ssl, and a few ssl_certificate commands, etc., must be missing something. Thanks.😰😰😰 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi again! I don't think we've tried using SSL with WISE-Docker-Dev. Are you trying to set up a server with Docker? This project (WISE-Docker-Dev) is intended to be used for developing WISE, so we don't recommend using it on a server, and definitely not for production. We started working on deploying with Docker containers a while back, but we paused the work for now to work on other projects. Would Docker deployment be of interest to you at some point? For now, to deploy WISE on a server, we recommend building the artifacts (html, minified js files for wise-client and .war file for wise-api) and running dedicated Nginx, Tomcat, and MySQL services. |
Beta Was this translation helpful? Give feedback.
-
Closing this issue since it's been a while. Just an additional update- we now support deploying WISE with Docker. If you want to take this route, you'll need to follow separate instructions for setting up your server here: https://github.com/WISE-Community/WISE-Docker-Server. |
Beta Was this translation helpful? Give feedback.
Hi again! I don't think we've tried using SSL with WISE-Docker-Dev. Are you trying to set up a server with Docker? This project (WISE-Docker-Dev) is intended to be used for developing WISE, so we don't recommend using it on a server, and definitely not for production. We started working on deploying with Docker containers a while back, but we paused the work for now to work on other projects. Would Docker deployment be of interest to you at some point?
For now, to deploy WISE on a server, we recommend building the artifacts (html, minified js files for wise-client and .war file for wise-api) and running dedicated Nginx, Tomcat, and MySQL services.