Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-14 Thread Sathish Ponnusamy
Hi All, We have used google FUSE to mount the *GCS bucket *as a shared file system to all our solr nodes and are able to do backup and restore successfully. But with the GCS backup repository issue remains the same. Sathish Ponnusamy Chennai m: + 91 9962331981 On Wed, Aug 14, 2024 at 10:13 AM

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-13 Thread Sathish Ponnusamy
Hi Neeraj, Thank you for your input. We have done the backup and restore setup with GCS bucket and it is working successfully without any issues in case the solr is not ssl enabled. The given problem occurs when solr is ssl enabled also we would like to choose a GCS bucket to reduce the storage co

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-13 Thread Neeraj giri
Hi, I have first hand experience in setting up solr backup, and I don’t recommend GCS bucket for backup. A better and more reliable way is to use GCP Filestore, its a shared file system which you need to mount on all the nodes. Post that you simply need to give path address in solr backup command.

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-13 Thread Sathish Ponnusamy
Hi Ross, Thanks for the input., Still we are struggling to solve this issue. In this case solr will connect to the GCS bucket in the backend to backup the data, how can I get the SSL Key of google cloud storage? Sathish Ponnusamy Chennai m: + 91 9962331981 On Sun, Aug 11, 2024 at 3:58 AM Ross

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-10 Thread Ross Merrifield
Haven't seen this particular issue, but from the error msg it seems like you need to import the remote end's SSL key into your JDK's keystore. There's lots of guides online showing how to do this e.g. https://www.java-samples.com/showtutorial.php?tutorialid=210 Ross On Fri, Aug 9, 2024 at 11:57 

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-09 Thread Sathish Ponnusamy
Hi, Just checking again if anyone came across below issue? Regards Sathish P On Wed, 7 Aug, 2024, 23:15 Sathish Ponnusamy, wrote: > > We have 3+3 solr/zk node setup in GCP environment with SSL enabled. While > trying to backup the collection in the GCS bucket we are facing the below > issue. Pl

Re: Solr-9.6.0-Backup API - GCS Repository - PKIX path building failed

2024-08-07 Thread Sathish Ponnusamy
Hi, Just checking if anyone has seen this issue before any fix is provided. --- We have 3+3 solr/zk node setup in GCP environment with SSL enabled. While trying to backup the collection in the GCS bucket we are facing the below issue. Please find the steps for the same. How to