How to Verify That RPC Proxy Server Has Basic Authentication Configured

This topic helps you troubleshoot an unsuccessful RPC over HTTP connection. This article explains how to verify that the RPC proxy server is configured to use basic authentication.

If your clients are repeatedly prompted for their credentials, verify that the RPC proxy server is configured to use basic authentication. Follow steps below.

To verify that RPC proxy virtual server is configured to use basic authentication

  1. Start the Internet Information Services (IIS) Manager.
  2. Expand computername (local computer), expand Web Sites, expand the Web site where the Rpc application is configured, right-click Rpc, and then click Properties.
  3. Click the Directory Security tab, and then click Edit under Authentication and access control.
  4. Click to clear the Enable anonymous access check box if it is selected.
  5. Click to select the Basic authentication (password is sent in clear text) check box. You receive the following message:

    The authentication option you have selected results in passwords being transmitted over the network without data encryption. Someone attempting to compromise your system security could use a protocol analyzer to examine user passwords during the authentication process. For more detail on user authentication, consult the online help. This warning does not apply to HTTPS (orSSL) connections.

    Are you sure you want to continue?
    Click Yes
    .

  6. Click OK two times.



Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>