[ 
https://issues.apache.org/jira/browse/SOLR-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537856#comment-17537856
 ] 

Shawn Heisey commented on SOLR-16200:
-------------------------------------

For completeness, this is what I added to my haproxy config.  It mirrors 
existing frontend and backend configurations.

{{frontend solr}}
{{bind 0.0.0.0:8984 name solr ssl crt /etc/ssl/certs/local/mainwildcards.pem 
alpn h2,http/1.1 npn h2,http/1.1 allow-0rtt}}
{{default_backend be-solr}}

{{backend be-solr}}
{{description Back end for solr}}
{{cookie ELYHA insert indirect nocache}}
{{no log}}
{{log 127.0.0.1 len 65535 format rfc5424 local0 notice err}}
{{option httpchk}}
{{http-check connect}}
{{http-check send meth GET uri /}}
{{server gollum 192.168.217.200:8983 cookie gollum check inter 10s fastinter 3s 
rise 3 fall 2 weight 100}}

> cant cancel scheme/protocol redirect when accessing the admin UI
> ----------------------------------------------------------------
>
>                 Key: SOLR-16200
>                 URL: https://issues.apache.org/jira/browse/SOLR-16200
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 8.11
>            Reporter: sam
>            Priority: Major
>
> I have solrcloud + zookeeper behind a reverse proxy which is doing https 
> termination.
> Problem is when asking for solr's admin UI solr keeps redirecting me to http, 
> I considered changing the urlscheme to https but then internal connections 
> behind the proxy won't work.
> Is it possible to cancel the scheme/protocol redirect only? I still want to 
> be redirected from / to /solr/
> I'm using solr's official docker images with a helm chart deploying to 
> openshift.
> basiclly I want [http://my-solr/] to forward to [http://my-solr/solr/]
> and [https://my-solr/] to forward to [https://my-solr/solr/]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to