Create File: /etc/apache2/stie-available/ FileName: yourdomain.com-le-ssl.conf ServerName yourdomin.com ServerAlias ://yourdomin.com DocumentRoot /var/www/://yourdomin.com AllowOverride All Require all granted SSLEngine On SSLProxyEngine On ProxyPreserveHost On ProxyPass /webhook https://127.0.0.1:3000/webhook ProxyPassReverse /webhook https://127.0.0.1:3000/webhook ProxyPass /brochure.pdf https://127.0.0.1:3000/brochure.pdf ProxyPassReverse /brochure.pdf https://127.0.0.1:3000/brochure.pdf SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off ErrorLog ${APACHE_LOG_DIR}/someshwarai_error.log CustomLog ${APACHE_LOG_DIR}/someshwarai_access.log combined SSLCertificateFile /etc/letsencrypt/live/yourdomin.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/yourdomin.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf