I have a SharePoint server with sp
name which I can access by http://sp
.
I’ve
- added this server to some domain and could access it by
http://sp.domain.local
; - created and added certificate to this server, so I could access it by
https://sp.domain.local
and byhttps://sp
; - allowed access to it from Internet by https://external.domain.com
Issue:
When I try to access the server by http://sp.domain.local
, https://sp.domain.local
, https://external.domain.com
after some time, for example, in a day, it allows me to be logged in, but does not display the Documents list content and search does not work.
When I refresh http://sp
page, then Documents
List content becomes visible and search starts to work here on http and https protocols and with sp.domain.local and external.domain.com names.
Question:
Which settings on SP or IIS side could be the cause of such behavior?