Hi,
I'm trying to install Office Web Apps Server in HTTPS mode but keep getting an error. When I run the command New-SPWOPIBinding -ServerName owaserver, it says "WARNING: The server did not repspond. Trying again (attempt 1of 5)." When I go into Event Viewer, I see this error for each attempt:
An operation failed because the following certificate has validation errors:
Subject Name: CN=<url>, OU=Domain Control Validated - RapidSSL(R), OU=Seewww.rapidssl.com/resources/cps (c)12, OU=<OU>, SERIALNUMBER=<serial number>
Issuer Name: CN=RapidSSL CA, O="GeoTrust, Inc.", C=US
Thumbprint: <thumbprint>
Errors:
SSL policy errors have been encountered. Error code '0x2'..
I've installed the Root CA from the provider, registered the .cer files in CA -> Security -> Manage Trusts, and via PowerShell. I've reset IIS multiple times and rebooted the OWA server and the WFE. I'm not sure if it's an issue with the cert or a SharePoint issue.
Thanks