IIS Reversee Proxy to Another Server and Port - 404 Error

  • Thread starter Thread starter A, Marcio
  • Start date Start date
A

A, Marcio

Guest
Our environment

PC 1: 10.10.10.3 (Debian Buster linux)

Accessible internally by http:10.10.10.4:4040

Windows Server : 10.10.10.5 (Win Server 2012 r2 Std)

Accessible externally by: https:my.domain.com

IIS Rule

<rule name="AppTest" enabled="true" stopProcessing="true">
<match url="myapp(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="http://10.10.10.3:4040/{R:1}" appendQueryString="false" />
</rule>


When we try accessing the website https://my.domain.com/myapp it lands on 404 error page, although it shows the url retrieved from the website as if we had opened internally, https://my.domain.com/login.view;jsessionid=l9shn0yh4nee?

what am I missing?


&quot;The fear of the LORD is the beginning of knowledge...&quot; Proverbs 1:7

Continue reading...
 

Similar threads

J
Replies
0
Views
35
Joseplh(Primary)
J
Back
Top