nuxsmin / docker-syspass

Docker stuff for running sysPass on Docker
GNU General Public License v3.0
39 stars 21 forks source link

HTTPS not working in 3.0 #19

Closed Akurosia closed 5 years ago

Akurosia commented 5 years ago

I followed the steps of the docker guide for 3.0 on a fresh install of ubuntu 18.04 server (no apache etc installed)

After everything was done, i am able to connect via http but https will simple not work. When i try it, i will receive an "Empty reply from server" message

nuxsmin commented 5 years ago

Hello, that's the intended behavior, since default Apache certificates are not suitable for secure websites, so you would need to add your own certificates to get SSL working.

The background message would be "Ey, this is not secure, but don't use default certificates either".

Regards.