Follow these instructions if you want to use Elastic Load Balancer (ELB) as an HTTPS termination point with JasperReports Server behind it.
| 1. | Create your ELB in AWS with a JasperReports Server instance behind it. |
| 2. | Configure your load balancer using the instructions found here: |
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-proxy-protocol.html
| 3. | Edit the following file in your JasperReports Server instance: |
/usr/share/tomcat/conf/server.xml
| a. | Locate the connector tag: <connector port="80"... |
| b. | In the connector tag, add the following parameters: |
scheme="https" proxyPort="443" proxyName="Elastic load balancer public DNS name"
Recommended Comments
There are no comments to display.