Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
143 stars 57 forks source link

Access Web Console Solr - Alfresco 7.2 #148

Closed marcogianini closed 1 year ago

marcogianini commented 2 years ago

Good Morning.

I have the default project installation and installed with https and Solr using https communication as well.

I kept everything default to be able to test and I can't in any way open the Solr console in the browser.

I also did a test using secret communication, but I can't open the Solr console either.

It's giving me an error "Failed to execute script 'classpath* :alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.js': 09196367 Failed to execute search: +ID:"" +( TYPE:"content" OR TYPE:"app :filelink" OR TYPE:"folder")" and all I found is Solr and I would like to see the Solr Console to see logs, workspace, etc.

Can you tell me what is the difference between the two ways the browser communicates with the Solr Console?

aborroy commented 2 years ago

What URL are you trying to access? That error is coming from the repository, not from the SOLR side

marcogianini commented 2 years ago

Angel,

i used:

https://name or IP:8433/solr or solr6

8433 is the number of port to https.

Thanks

aborroy commented 2 years ago

Ok, so that error has nothing to see with it.

You need to use the "browser.p12" certificate for SSL (produced by the alfresco-ssl-generator) for mTLS and a browser add-on (like ModHeader) to add the secret header X-Alfresco-Search-Secret:secret when using secret mode.

marcogianini commented 1 year ago

Thanks