volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Episerver internal search over SSL: App_Data\Index folder not getting created

Hi

It should be simple but we cant seem to get the internal search working under ssl. We can see the .svc, so that's all well, but when we run https://[oursite]/EPiServer/CMS/Admin/IndexContent.aspx the Index folder doesn't get created (IIS user and system have full permissions). In the config we have:


                 
          
                
                                
          
        
      

this part we didn't make any changes to:


    
      
    
    
      
        		
      
    
  
  
    
      
    
    
      
        
          
        
      
    
  

 We just don't know where to look anymore. Without ssl everything works

#170762
Oct 28, 2016 14:40
Vote:

Hi Asa,

Many things can go wrong here.

Are you getting this exception in prod or localhost?

IIS Express or regular IIS?

What does the EPiServerErrors.log say?

Do you have a trusted SSL certificate? IIS Express Development Certificate is not trusted by default.

How does your episerver.search section look like? Something like this?

<episerver.search active="true">
  <namedIndexingServices defaultService="serviceName">
    <services>
      <add name="serviceName" baseUri="https://localhost:44349/IndexingService/IndexingService.svc" accessKey="local" />
    </services>
  </namedIndexingServices>
  <searchResultFilter defaultInclude="true">
    <providers />
  </searchResultFilter>
</episerver.search>
#170785
Oct 31, 2016 0:23

Hi Dejan,

It did turn out to be the development certificates. In production it now works with load balancing with an accesskey, as described here:

http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/8/Search/Installing-and-deploying-Search-Service/ 

Thanks for your input, helped us to find the right solution.

#171824
Nov 18, 2016 10:48
error This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.