IWA RSA connector server shows wrong certificate when connecting to it through browser with error : Invalid Request
a year ago
Article Number
000072941
Cause
- Not binding certificate using HTTPS binding on IIS manager and adding the certificate .pfx to this location: C:\inetpub\wwwroot\RSASecurIDAccessIWAConnector\config too.
 
Resolution
 
Steps to bind certificate:
 
  • Select the Website:
    • In IIS Manager, expand the server node, then expand Sites, and select the Default Web Site .
  • Add HTTPS Binding:
    • In the Actions pane (on the right), click Edit Bindings.
    • In the Site Bindings window, click Add.
    • In the Add Site Binding dialog:
      • Set the Type to https.
      • Choose the correct IP Address or select All Unassigned if applicable. ( on My case I inserted the hostname of my IWA server and unassigned the Ips)
      • Ensure the Port is set to 443 (default for HTTPS).
      • From the SSL Certificate dropdown, select the SSL certificate that you imported earlier. ( IWA server certificate that you uploaded to the Identity provider configurations)
    • Click OK to save the binding.