Configuring HTTPS Access for AWS ELB¶
Follow these instructions if you want to use Elastic Load Balancer (ELB) as an HTTPS termination point with JasperReports Server behind it.
-
Create your ELB in AWS with a JasperReports Server instance behind it.
-
Configure your load balancer using the instructions found here:
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html -
Edit the following file in your JasperReports Server instance:
/usr/share/tomcat/conf/server.xml-
Locate the connector tag:
<connector port="80"... -
In the connector tag, add the following parameters:
scheme="https" proxyPort="443" proxyName="Elastic load balancer public DNS name"
-
-
Save the file and restart Tomcat. See Stopping and Restarting Tomcat.