[OT] Re: What is the correct URL for POSTing new data?

2018-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 4/15/18 4:33 PM, Shawn Heisey wrote: > On 4/15/2018 2:24 PM, Christopher Schultz wrote: >> No, it wouldn't have. It doesn't read any configuration files >> and guesses its way through everything. Simply adding HTTPS >> support required me

Re: What is the correct URL for POSTing new data?

2018-04-15 Thread Shawn Heisey
On 4/15/2018 2:24 PM, Christopher Schultz wrote: No, it wouldn't have. It doesn't read any configuration files and guesses its way through everything. Simply adding HTTPS support required me to modify the script and manually-specify the URL. That's why I went through the trouble of explaining so

Re: What is the correct URL for POSTing new data?

2018-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 4/13/18 6:02 PM, Shawn Heisey wrote: > On 4/13/2018 7:49 AM, Christopher Schultz wrote: >> $ >> SOLR_POST_OPTS="-Djavax.net.ssl.trustStore=/etc/solr/solr-client.p12 >> >> - -Djavax.net.ssl.trustStorePassword=whatevs >> -Djavax.net.ssl.tru

Re: What is the correct URL for POSTing new data?

2018-04-13 Thread Shawn Heisey
On 4/13/2018 7:49 AM, Christopher Schultz wrote: > $ SOLR_POST_OPTS="-Djavax.net.ssl.trustStore=/etc/solr/solr-client.p12 > -Djavax.net.ssl.trustStorePassword=whatevs > -Djavax.net.ssl.trustStoreType=PKCS12" /usr/local/solr/bin/post -c > new_core https://localhost:8983/solr/new_core > > [time passe

What is the correct URL for POSTing new data?

2018-04-13 Thread Christopher Schultz
All, I've recently been encountering some frustrations with Solr 7.3 after configuring TLS; since the command-line tools (which are a breeze to use when you have a "toy" Solr installation) stop working when TLS is enabled, I'm finding myself having to perform the following tasks in order to get bi