on 2021 Jun 16 1:52 PM
When installing Commerce V2011 on local there is an issue in that it wants to make use of https for the solr server.
From this question: Commerce 2005 Solr Server not starting when running local
It states that I can set the following property:
solrserver.instances.default.ssl.enabled=false
solrserver.instances.default.ssl.trustStorePassword=
solrserver.instances.default.ssl.keyStorePassword=
When doing this - the endpoints that are being used are still https.
So my solution here was to start up the server, go to backoffice, find SolrEndpointUrl and then manually update the endpoints to HTTP ( or run an impex.
So, are there other options to make this work correctly, or is this just the part of the local setup?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.