Forum Discussion

jondyke_46152's avatar
jondyke_46152
Icon for Nimbostratus rankNimbostratus
Feb 27, 2008

AddressFilter mismatch when using HTTPS offload

Hi

 

 

I have a BIGIP load balancer which has two virtual server setup to a pool of servers. One for HTTP and the other for HTTPS.

 

Taking all but one server out of the pool to make diagnostics easier the result is the same. If I do a GET of an address over HTTP or HTTPS all is well.

 

 

However when doing a POST of a SOAP envelope (containg xml)to the HTTP address we get a valid response but if we try and POST the same SOAP envelope (containg xml)via HTTPS we get a 500 error on the node IIS log and the following message returned at the client:-

 

 

The message with To 'https://reapatt.assureweb.co.uk/Ape2/BondComparisonService.svc/UNP' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses

 

 

Any help/pointers would be greatly appreicated.

 

 

Many Thanks,

 

 

JD

1 Reply

  • It might have something to do with the fact that the client sends HTTPS and probably puts HTTPS in the XML payload. Then, the server receives an HTTP request, but with HTTPS in the XML payload ,but the endpoint inspector is only expecting HTTP, not HTTPS to be there. I just saw this that leads me to think that.

     

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=833493&SiteID=1