1
0
-1

hi, i'm setting up iis reverse proxy with ssl point to tomcat(localhost:8080). the problem is it cant rewrite back with domain defined in iis and errors related with CsrfGuard referer domain. (windows 2012 server)

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      I’ve had this issue before with another reverse proxy. (NGINX)

      These are my notes from back then which may apply in a similar way to IIS

        CommentAdd your comment...
      1.  
        2
        1
        0

        Perhaps you can take a look on this link https://blogs.msdn.microsoft.com/friis/2016/08/25/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps/

        The issue most likely is caused by the mismatch of host header.

          CommentAdd your comment...