Forum Discussion

F5user13_114603's avatar
Nov 22, 2017
Solved

ECV health monitor for Microsoft Azure RMS

Trying to create an ECV for Azure Rights management server.

 

https://rms.abc.com/_wmcs/certification/certification.asmx

 

Expected reply: CertificationWebService

 

Username & password are provided by application owner.

 

Configured below on https health monitor

 

Send string: GET/_wmcs/certification/certification.asmx HTTP/1.1\r\nHost:rms.abc.com Receive String: CertificationWebService

 

Username: testusr@abc.com Password: *******

 

The pool members are marked down.

 

doing a curl -k gives below error

 

 

 

 

HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers.

 

Most likely causes:

  • No authentication protocol (including anonymous) is selected in IIS.
  • Only integrated authentication is enabled, and a client browser was used that does not support integrated authentication.
  • Integrated authentication is enabled and the request was sent through a proxy that changed the authentication headers before they reach the Web server.
  • The Web server is not configured for anonymous access and a required authorization header was not received.
  • The "configuration/system.webServer/authorization" configuration section may be explicitly denying the user access.

 

Things you can try:

  • Verify the authentication setting for the resource and then try requesting the resource using that authentication method.
  • Verify that the client browser supports Integrated authentication.
  • Verify that the request is not going through a proxy when Integrated authentication is used.
  • Verify that the user is not explicitly denied access in the "configuration/system.webServer/authorization" configuration section.
  • Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.

 

 

Detailed Error Information:

 

Module IIS Web Core

 

Notification AuthenticateRequest

 

Handler WebServiceHandlerFactory-ISAPI-4.0-64

 

Error Code 0x80070005

 

 

 

 

  • Got the answer:

     

    Send string: GET /_wmcs/certification/certification.asmx HTTP/1.1\r\nHost: xyx.abc.com\r\nConnection: Close\r\n\r\n

     

    Receive string: 401 Unauthorized

     

    timers: 10/31

     

1 Reply

  • Got the answer:

     

    Send string: GET /_wmcs/certification/certification.asmx HTTP/1.1\r\nHost: xyx.abc.com\r\nConnection: Close\r\n\r\n

     

    Receive string: 401 Unauthorized

     

    timers: 10/31