Questions tagged [iis-arr]
14 questions
18
votes
2 answers
Adding a custom header to ARR requests
I'm running a service behind IIS using ARR as a reverse proxy. I know there are x-forwarded-for and x-arr-log-id headers that are passed along. However, what I would like is a private key passed in so that the backing application explicitly knows…

Tracker1
- 19,103
- 12
- 80
- 106
9
votes
4 answers
How to trace overhead added by Application Request Routing?
We have a Delphi SOAP service which needs to be SSL-enabled. I opted to use an IIS ARR reverse proxy to do SSL offloading for ease of configuration (compared to OpenSSL and manual certificate + passphrase management). ARR works, but it adds an…

carlmon
- 396
- 6
- 20
3
votes
1 answer
SignalR websocket fails with unexpected response code 502 (IIS 8.5 / ARR 3.0)
When trying to establish a web socked connection using SignalR I get an unexpected response error 502.
IE 10 reports:
'WebSocket Error: Incorrect HTTP response. Status code 502, Bad Gateway'
Chrome reports:
'WebSocket connection to…

karlm
- 151
- 2
- 8
2
votes
1 answer
Tomcat (8080) behind IIS (443) with Keycloak (8443) authentication: tomcat redirects to keycloak on 443 port instead of 8443
Use case:
Due to specific restrictions, I need to configure the following configuration:
Tomcat configured to use port 8080
IIS configured to use port 443 (SSL)
IIS redirect to Tomcat via ARR + URL redirect rule
Keycloak standalone configured to…

Pete
- 23
- 5
2
votes
1 answer
IIS ARR remove http request header?
We have a vendor web service behind the iis arr setup, for some reason it won't work with relic http request headers, unfrotunate since we have no insight to the code, we are thinking if any way to remove the http request header from the iis arr,…

TOMMY WANG
- 1,382
- 3
- 16
- 39
2
votes
0 answers
IIS URL Rewrite based on logged in user
I have a scenario whereby I want to route http requests from authenticated users to specific websites hidden behind a reverse proxy. The decision of which site to route too is based on the specific user. For example, user 'Mary' may be routed to…

Brad Leach
- 16,857
- 17
- 72
- 88
2
votes
2 answers
Application Request Routing doesn't route to same machine
I have setup an ARR in my IIS server. My requirement is I have to route a request to this ARR server to one of my application which is hosted in local IIS(ARR server itself). Is it possible?
ie. Suppose in my ARR server has Application1. Then I have…

KiranPalode
- 498
- 3
- 8
- 23
1
vote
1 answer
SSL for ARR load balancer to manage 2 websites
I have 2 websites on an IIS webserver. Www.website1.com on port 80 and www.website2.com on port 81. On the IIS-ARR server I have created server farm and added my Server. So far so good. Both the web sites will be accessible through IIS-ARR over…

user13727833
- 13
- 5
1
vote
1 answer
IIS8 Reverse Proxy - Custom external port
I am trying to configure my IIS reverse proxy to route http connections to an internal server however I am not sure how to achieve what I need or even if it is possible.
I have a sub domain on my IIS server for example,
testing.contoso.com and…

neilrudds
- 205
- 1
- 6
- 19
0
votes
0 answers
IIS ARR Loadbalancer always hits top URL rewrite rule
I have a public IP mapped to my router and 3 servers in LAN connected to the Router. 1st Server is ARR LoadBalancer and 2nd and 3rd Servers are hosted with a Website on port 80.
Doing port forwarding on router for port 80 to ARR LoadBalance…

Mahen
- 3
- 5
0
votes
1 answer
SSL CSR for server farm on IIS
I have 2 IIS web servers with my website hosted. I have a 3rd server with IIS for ARR. I have created a server farm with name ABC.com on 3rd server and added the 2 IIS web servers to the farm. Disabled SSL offloading for security purpose.
My…

user13727833
- 13
- 5
0
votes
0 answers
IIS - re-route request to another node
I have deployed application on two windows servers(nodes) using IIS (7+).
Under default web site I have configured two different services/application as follows.
On Node1 I want to stop Service1 & on node2 I want to stop Service2.
Hence, I have…

user2618875
- 889
- 2
- 11
- 23
0
votes
1 answer
IIS ARR - offline installation?
trying to install IIS ARR, last time did it successful via the web platform online installer,however, our production servers are blocked of all internet connections, any way to do an offline installation of that? Really appreicate the help in…

TOMMY WANG
- 1,382
- 3
- 16
- 39
-1
votes
1 answer
How many SSL certificates needed for load balanced web servers
I have 3 servers. 1 is IIS-ARR load balancer. 2 servers are IIS web servers with my website hosted. I want to run the website on https. So how many SSL certificates are needed, which servers I have to create SSL CSR request and Which servers I have…

user13727833
- 13
- 5