I have configured the AAM to use HTTPS. Actual steps I used are:
- Create Binding in IIS site to use https and selected a wildcard certificate.
- From Central Administrator, AAM is configured as-
Public URLs
URL Zone http://sharepoint Default https://subsite.site.com Internet Internal URLs
URL Zone http://subsite.site.com Internet This configuration allowed me to redirect users from http to https
It caused some services like
Excel Services - Unable to open any Excel file, ExcelWebAccess WebParts error etc.
InfoPath - Form taking around 4 min to submit data. Once done, workflow does not run at all.
So I removed my all IIS and AAM configurations (as listed above) but I was unable to open any site now. So I created new Bindings in IIS on port 80 and added host headers subsite.site.com.
Now I can access the site and Excel Services are working fine now, but InfoPath form and Workflow errors are not resolved.
What could be the reason?