Hi,
I have created one Web Applciation at port 9010. I then got SSL applied to this Web App . Then I got this registered to DNS and now my site is accessible something as
https://xyz.com . But search is not working for this.
I have got my Alternate Access mapping done properly so that public URL is
https://xyz.com and interanl URL is
http://servername:9010 Solutions that I tried:-
1) I extended a Web App from servername:9010. To the host header I gave xyz.com. I did'nt selected SSL option for this extended app. The new app got created as
http://xyz.com:9015 . But serch is still not working.
2) I removed the AAM mapping and repeated step 1. Still search is not working.
3) Also i have cross checked about my serch server and it is selected correctly.
Do I need to have SSL applied to the extended web app for getting search working?
What could be the probable solution for this???