gexijin / idepGolem

15 stars 10 forks source link

Enable https on the server #618

Open gexijin opened 7 months ago

gexijin commented 7 months ago

Is your feature request related to a problem? What value do you see this adding? Please describe. Currently the server is hosted at http://bioinformatics.sdstate.edu/idep11/ Because it is not https, many webservers will label this as insecure.

Describe the solution you'd like Migrate to https. Describe alternatives you've considered Obtain SSL certificate from SDSU

gexijin commented 4 months ago

Improve server performance:

  1. Reduce from 30 to 20 containers.
  2. Reduce the idling time. So that users can get disconnected.
  3. Enable https from docker
  4. Try the https solution by IT