apache - SSL and https issues for webapp -


i trying set https webapp. set ssl cert letsencrypt. domain name routing https going straight apache2 homepage. sites-available default-ssl.conf file looks follows

 <ifmodule mod_ssl.c>     <virtualhost _default_:443>             serveradmin webmaster@localhost             servername domain-names.com             serveralias www.domain-name.com             #proxypass / http://domain-name.com:8080/             #proxypassreverse / https://domain-name.com:443/ 

unfortunately, before attempted access webapp via ip_address:80/myapp.. getting 502 proxy error. appreciated, thank you


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -