[ https://issues.apache.org/jira/browse/SOLR-9257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351944#comment-15351944 ]
Ishan Chattopadhyaya commented on SOLR-9257: -------------------------------------------- Do you think this could be related to SOLR-9188? > Basic Authentication - Internode Requests Fail With 401 > ------------------------------------------------------- > > Key: SOLR-9257 > URL: https://issues.apache.org/jira/browse/SOLR-9257 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: Authentication > Affects Versions: 6.1 > Reporter: Martin Löper > Labels: authentification, pki, security, ssl > > I enabled SSL successfully and subsequently also turned on the > BasicAuthentication Plugin along with Rule-Based Authentication in SolrCloud > mode. This works well when there is no inter-node communication. As soon as I > create a collection with 2 shards, I get the following exception for every > access of the "/select" request handler. > { > "responseHeader":{ > "zkConnected":true, > "status":401, > "QTime":181, > "params":{ > "q":"*:*", > "indent":"on", > "wt":"json", > "_":"1467062257216"}}, > "error":{ > "metadata":[ > > "error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException", > > "root-error-class","org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException"], > "msg":"Error from server at > https://myserver.xxx.corp:8983/solr/mycollection_shard2_replica1: Expected > mime type application/octet-stream but got text/html. <html>\n<head>\n<meta > http-equiv=\"Content-Type\" > content=\"text/html;charset=utf-8\"/>\n<title>Error 401 Unauthorized request, > Response code: 401</title>\n</head>\n<body><h2>HTTP ERROR > 401</h2>\n<p>Problem accessing /solr/mycollection_shard2_replica1/select. > Reason:\n<pre> Unauthorized request, Response code: > 401</pre></p>\n</body>\n</html>\n", > "code":401}} > There are also PKIAuthenticationPlugin exceptions before the exception above: > Exception trying to get public key from : https://myserver.xxx.corp:8983/solr > org.noggit.JSONParser$ParseException: JSON Parse Error: char=<,position=0 > BEFORE='<' AFTER='html> <head> <meta http-equiv="Content-' > at org.noggit.JSONParser.err(JSONParser.java:356) [...] -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org