Displaying 15 results from an estimated 15 matches for "http_client".
2012 Jul 06
1
Bug#680499: xcp-xapi: Http_client.Http_request_rejected during upgrade
...to 1.3.2-8 got follwing message on slave host (upgrade was simulatanious on slave and master):
...
Setting up xcp-xapi (1.3.2-8) ...
The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem.
message: INTERNAL_ERROR: [ Http_client.Http_request_rejected("{ frame = false; method = POST; uri = /; query = [ ]; content_length = [ ]; transfer encoding = ; version = 1.0; cookie = [ ]; task = ; subtask_of = ; content-type = ; user_agent = xen-api-libs/1.0 }") ]
Processing triggers for menu ...
...
This message was gene...
2017 Jan 30
2
fts_solr and connection via https://
...t; /etc/ssl/certs/ca-certificates.crt
>> ssl_client_ca_dir = /etc/ssl/certs
>>
>> Can you give me a hint how I can get the ssl certificate accepted?
> That should normally have done the trick. However, the sources tell me
> that no ssl_client settings are propagated to the http_client used by
> fts-solr, so SSL is not currently supported it seems.
>
> I'll check how easy it is to add that.
Just to keep you informed: I created a patch, but it is still being tested.
Regards,
Stephan.
2017 Feb 07
2
fts_solr and connection via https://
...t;>>> ssl_client_ca_dir = /etc/ssl/certs
>>>>
>>>> Can you give me a hint how I can get the ssl certificate accepted?
>>> That should normally have done the trick. However, the sources tell me
>>> that no ssl_client settings are propagated to the http_client used by
>>> fts-solr, so SSL is not currently supported it seems.
>>>
>>> I'll check how easy it is to add that.
>>
>> Just to keep you informed: I created a patch, but it is still being
>> tested.
>>
>
> Thanks for the update Stephan! A...
2017 Feb 17
2
fts_solr and connection via https://
...ir = /etc/ssl/certs
>>>>>>
>>>>>> Can you give me a hint how I can get the ssl certificate accepted?
>>>>> That should normally have done the trick. However, the sources tell me
>>>>> that no ssl_client settings are propagated to the http_client used by
>>>>> fts-solr, so SSL is not currently supported it seems.
>>>>>
>>>>> I'll check how easy it is to add that.
>>>> Just to keep you informed: I created a patch, but it is still being
>>>> tested.
>>>>
>...
2019 Sep 19
2
fts-elastic plugin
...S 7.x
- 1 elastic index for all users with routing by username
- _id field similar to fts-solr (uid/box_guid/user)
- better json response parsing
- no need to use _source
- added rawlog_dir to config and some more
- renamed all elasticsearch to elastic for shorter names
- fixed http_client leaks
- fixed some compile warnings
I would appreciate if someone with better experience in c and dovecot code
would review my code and suggest/push changes.
In my opinion fts-elastic is now functionally on level as currently
recommended FTS plugin: fts-solr.
I would like to implement proper r...
2017 Jan 22
2
fts_solr and connection via https://
Hi,
I am trying to get fts_solr working and my index server is available via
HTTPS only. Dovecot is running on a Debian Jessie system and the Solr
server has a letsencrypt certificate.
My dovecot version is:
2.2.devel (a9ed8ae)
The current setup is:
10-mail.conf:
mail_plugins = fts fts_solr
90-fts.conf:
plugin {
fts = solr
fts_autoindex = yes
fts_solr =
2017 Jan 22
0
fts_solr and connection via https://
...p:
> ssl_ca = < /etc/ssl/certs/ca-certificates.crt
> ssl_client_ca_dir = /etc/ssl/certs
>
> Can you give me a hint how I can get the ssl certificate accepted?
That should normally have done the trick. However, the sources tell me
that no ssl_client settings are propagated to the http_client used by
fts-solr, so SSL is not currently supported it seems.
I'll check how easy it is to add that.
Regards,
Stephan.
2017 Jan 31
0
fts_solr and connection via https://
...-certificates.crt
>>> ssl_client_ca_dir = /etc/ssl/certs
>>>
>>> Can you give me a hint how I can get the ssl certificate accepted?
>> That should normally have done the trick. However, the sources tell me
>> that no ssl_client settings are propagated to the http_client used by
>> fts-solr, so SSL is not currently supported it seems.
>>
>> I'll check how easy it is to add that.
>
> Just to keep you informed: I created a patch, but it is still being tested.
>
Thanks for the update Stephan! Awesome! Looking forward to test it
myself...
2017 Feb 08
0
fts_solr and connection via https://
...ssl_client_ca_dir = /etc/ssl/certs
>>>>>
>>>>> Can you give me a hint how I can get the ssl certificate accepted?
>>>> That should normally have done the trick. However, the sources tell me
>>>> that no ssl_client settings are propagated to the http_client used by
>>>> fts-solr, so SSL is not currently supported it seems.
>>>>
>>>> I'll check how easy it is to add that.
>>>
>>> Just to keep you informed: I created a patch, but it is still being
>>> tested.
>>>
>>
>&g...
2017 Feb 17
0
fts_solr and connection via https://
...gt;>
>>>>>>> Can you give me a hint how I can get the ssl certificate accepted?
>>>>>> That should normally have done the trick. However, the sources
>>>>>> tell me
>>>>>> that no ssl_client settings are propagated to the http_client used by
>>>>>> fts-solr, so SSL is not currently supported it seems.
>>>>>>
>>>>>> I'll check how easy it is to add that.
>>>>> Just to keep you informed: I created a patch, but it is still being
>>>>> tested.
&...
2012 Mar 20
0
Problem with before(:all) command
...uire "rspec"
describe "TEST Suite" do
before(:all) do
client = Selenium::WebDriver::Remote::Http::Default.new
client.timeout = 230 # seconds ? default is 60
profile = Selenium::WebDriver::Firefox::Profile.new
driver = Selenium::WebDriver.for(:ff, {:http_client =>
client, :profile => profile})
$b = Watir::Browser.new(driver)
end
it "first" do
puts "test"
end
it "second" do
puts "test"
end
after(:all) do
$b.close
end
end
2017 Mar 04
2
fts_solr and connection via https://
...>>>>>> Can you give me a hint how I can get the ssl certificate accepted?
>>>>>>> That should normally have done the trick. However, the sources
>>>>>>> tell me
>>>>>>> that no ssl_client settings are propagated to the http_client
>>>>>>> used by
>>>>>>> fts-solr, so SSL is not currently supported it seems.
>>>>>>>
>>>>>>> I'll check how easy it is to add that.
>>>>>> Just to keep you informed: I created a patch, but it...
2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
...-plugin.c.orig 2019-04-14 11:41:03.591782439 +0200
+++ src/plugins/fts-solr/fts-solr-plugin.c 2019-04-14 14:37:46.059433864 +0200
@@ -10,6 +10,8 @@
#include "fts-solr-plugin.h"
+#define DEFAULT_SOLR_BATCH_SIZE 1000
+
const char *fts_solr_plugin_version = DOVECOT_ABI_VERSION;
struct http_client *solr_http_client = NULL;
@@ -37,6 +39,10 @@
} else if (str_begins(*tmp, "default_ns=")) {
set->default_ns_prefix =
p_strdup(user->pool, *tmp + 11);
+ } else if (str_begins(*tmp, "batch_size=")) {
+ set->batch_size = atoi(*tmp + 11);
+ } else if (str_b...
2013 Oct 31
0
Trap invalide opcode error
...inux-gnu/dns_dump.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/dns_server.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/getopt.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_md5.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/hmac_sha1.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/http_client.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/md5.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/pcap.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/resolver.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/scanner.o
r - output/pjlib-util-x86_64-unknown-linux-gnu/sha1.o
r - output/pjlib-util...
2019 Apr 13
3
Solr connection timeout hardwired to 60s
On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote:
> If this value was made configurable people could set it to what they
> want. However the underlying problem is likely on solr configuration.
The Jetty that is included in Solr has its idle timeout set to 50
seconds. But in practice, I have not seen this timeout trigger ... and
if the OP is seeing a 60 second timeout, then the 50