Alexander Yurchik
2017-09-13 10:04:19 UTC
Hello
I have ATS & Apache httpd installed and configured to run my site.
Both runs on the same machine. ATS is 5.x version.
ATS listens on 80 port and my config for ports is:
CONFIG proxy.config.http.server_ports STRING 80
Now I obtained an SSL certificate from Let's encrypt project and want my
site to be available via https as well.
How I can do that?
Now my idea is to create SSL enabled virtual host in Apache httpd and just
condigure ATS to listen on 443 port and map https url to apache's virtual
host with SSL enabled. So basically I just need to setup ATS to listen on
443 and do proper mapping.
OR
Maybe I don't need to setup SSL in Apache and all SSL stuff should be
configured on ATS level? If so - how I can do that?
Thanks!
I have ATS & Apache httpd installed and configured to run my site.
Both runs on the same machine. ATS is 5.x version.
ATS listens on 80 port and my config for ports is:
CONFIG proxy.config.http.server_ports STRING 80
Now I obtained an SSL certificate from Let's encrypt project and want my
site to be available via https as well.
How I can do that?
Now my idea is to create SSL enabled virtual host in Apache httpd and just
condigure ATS to listen on 443 port and map https url to apache's virtual
host with SSL enabled. So basically I just need to setup ATS to listen on
443 and do proper mapping.
OR
Maybe I don't need to setup SSL in Apache and all SSL stuff should be
configured on ATS level? If so - how I can do that?
Thanks!