Bug #7388
Event core index not authenticating users
100%
Description
apache proxies solr. solr originally ran on tomcat with ssl enabled. with the upgrade to solr 5 and the use of jetty, ssl is no longer enabled on solr.
Associated revisions
refs #7388
Added debugging to review header information
refs #7388
Added debugging to review header information
refs #7388
add in forwarding of ssl session information via http headers.
refs #7388
add in forwarding of ssl session information via http headers.
closes #7388
ssl session information forwarded via http headers from apache. the headers are then transferred to ssl java attributes. the x509 cert needs to be composed as an x509Cert object.
closes #7388
ssl session information forwarded via http headers from apache. the headers are then transferred to ssl java attributes. the x509 cert needs to be composed as an x509Cert object.
refs #7388
if condition in wrong place, need to wipe parameter keys before validating ssl properties.
refs #7388
if condition in wrong place, need to wipe parameter keys before validating ssl properties.
History
#1 Updated by Robert Waltz about 9 years ago
- Subject changed from Event Log index not authenticating users to Event core index not authenticating users
#2 Updated by Robert Waltz about 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
#3 Updated by Robert Waltz about 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Applied in changeset java-client:d1client|r16479.