Skip to content

Commit

Permalink
don't validate ssl certs ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Aug 24, 2023
1 parent 1f8648e commit 9e939d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/templates/views/wizardModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>Solr, Elasticsearch, or OpenSearch?</h2>
If you are using a version of Solr between 8.4 and 9.0, you may need to tweak the content-type being set by <code>wt=json</code>.
You can do this via the below curl command:
<pre>
curl -X POST -H 'Content-type:application/json' -d '{
curl -k -X POST -H 'Content-type:application/json' -d '{
"update-queryresponsewriter": {
"name": "json",
"class": "solr.JSONResponseWriter",
Expand Down

0 comments on commit 9e939d0

Please sign in to comment.