thomaswoeckinger edited a comment on issue #335:
URL: https://github.com/apache/solr-operator/issues/335#issuecomment-938542678


   This is working now, but i think there should be an error message or it uses 
the default port when not specifying it in the connection string.
   
   Another thing is there a way to configure the created ingress to make an TLS 
passthrough?
   I already specifyed `addressability.external.ingressTLSTerminationSecret` as 
mentioned in documentation but at the end (afte excepting my certifcate in the 
browser) i will receive an 502 Bad Gateway
   
   When adding a route like:
   
   ```
   kind: Route
   apiVersion: route.openshift.io/v1
   metadata:
     name: solr
     namespace: solr
   spec:
     host: solr.apps.mycluster.org
     to:
       kind: Service
       name: solr-solrcloud-common
       weight: 100
     port:
       targetPort: solr-client
     tls:
       termination: passthrough
       insecureEdgeTerminationPolicy: Redirect
     wildcardPolicy: None
   ```
   i can access the cluster


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to