Skip to content

Commit 38b983c

Browse files
committed
Emphasize note about configuring https
1 parent 803e75b commit 38b983c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/service-fabric/service-fabric-reverseproxy-configure-secure-communication.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
title: Azure Service Fabric reverse proxy secure communication
33
description: Configure reverse proxy to enable secure end-to-end communication in an Azure Service Fabric application.
4-
author: kavyako
5-
64
ms.topic: conceptual
75
ms.date: 08/10/2017
8-
ms.author: kavyako
96
---
107
# Connect to a secure service with the reverse proxy
118

129
This article explains how to establish secure connection between the reverse proxy and services, thus enabling an end to end secure channel. To learn more about reverse proxy, see [Reverse proxy in Azure Service Fabric](service-fabric-reverseproxy.md)
1310

14-
Connecting to secure services is supported only when reverse proxy is configured to listen on HTTPS. This article assumes this is the case.
15-
Refer to [Setup reverse proxy in Azure Service Fabric](service-fabric-reverseproxy-setup.md) to configure the reverse proxy in Service Fabric.
11+
> [!IMPORTANT]
12+
> Connecting to secure services is supported only when reverse proxy is configured to listen on HTTPS. This article assumes this is the case. Refer to [Setup reverse proxy in Azure Service Fabric](service-fabric-reverseproxy-setup.md) to configure the reverse proxy in Service Fabric.
1613
1714
## Secure connection establishment between the reverse proxy and services
1815

0 commit comments

Comments
 (0)