title | description | documentationcenter | services | author | manager | editor | ms.assetid | ms.service | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Configure SSL offload - Azure Application Gateway - Azure Portal | Microsoft Docs |
This article provides instructions to create an application gateway with SSL offload by using the Azure portal |
na |
application-gateway |
davidmu1 |
timlt |
tysonn |
8373379a-a26a-45d2-aa62-dd282298eff3 |
application-gateway |
na |
article |
na |
infrastructure-services |
01/23/2017 |
davidmu |
[!div class="op_single_selector"]
Azure Application Gateway can be configured to terminate the Secure Sockets Layer (SSL) session at the gateway to avoid costly SSL decryption tasks to happen at the web farm. SSL offload also simplifies the front-end server setup and management of the web application.
The following scenario takes you through configuring SSL offload on an existing application gateway. The scenario assumes that you have already followed the steps to create an application gateway.
To configure SSL offload with an application gateway, a certificate is required. This certificate is loaded on the application gateway and is used to encrypt and decrypt the traffic sent via SSL. The certificate needs to be in Personal Information Exchange (.pfx) format. This file format allows you to export the private key that is required by the application gateway to perform the encryption and decryption of traffic.
The HTTPS listener looks for traffic based on its configuration and helps route the traffic to the back-end pools. To add an HTTPS listener, follow these steps:
-
Browse to the Azure portal and select an existing application gateway.
-
Select Listeners, and then select the Add button to add a listener.
-
Fill out the following required information for the listener and upload the .pfx certificate:
-
Name: The friendly name of the listener.
-
Frontend IP configuration: The front-end IP configuration that is used for the listener.
-
Frontend port (Name/Port): A friendly name for the port used on the front end of the application gateway and the actual port that is used.
-
Protocol: A switch to determine if HTTPS or HTTP is used for the front end.
-
Certificate (Name/Password): If SSL offload is used, a .pfx certificate is required for this setting. A friendly name and password are also required.
-
-
Select OK.
The listener has now been created. Next, create a rule to handle the traffic from the listener. Rules define how traffic is routed to the back-end pools based on multiple configuration settings. These settings include the protocol, the port, and the health probes, and whether cookie-based session affinity is use. To create and associate a rule to the listener, follow these steps:
- Select the Rules of the application gateway, and then select Add.
- Under Add basic rule, enter a friendly name for the rule in the Name field, and then select the Listener created in the previous step. Select the appropriate Backend pool and HTTP setting, and then select OK.
The settings are now saved to the application gateway. The save process for these settings may take a while before they are available to view through the portal or through PowerShell. After it is saved, the application gateway handles the encryption and decryption of traffic. All traffic between the application gateway and the back-end web servers will be handled over HTTP. Any communication back to the client, if initiated over HTTPS, will be returned to the client encrypted.
To learn how to configure a custom health probe with Azure Application Gateway, see Create a custom health probe.