search for: basicauth

Displaying 11 results from an estimated 11 matches for "basicauth".

2020 Nov 15
2
[patch] enhancement for tika server protected by user/password basic auth
Hi The existing code is designed for a tika server on local host, or on a remote host that is either accessable to all or for example taht is protected by ip restrictions via a proxy in front of it. I've configured a tika server behind an apache proxy which enforces basic auth, but sending basic auth credentials for a tika server is not currently supported by Dovecot. The following patch
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 19:55, PGNet Dev wrote: > On 11/13/20 9:56 AM, PGNet Dev wrote: >>> (2) see here: https://wiki.dovecot.org/Plugins/FTS/Solr >>> >>> two useful settings are debug and rawlog_dir=whatever to be added in >>> the same line as fts_solr > > with > > ????fts_solr = ... debug > > line #35 @ https://pastebin.com/9ecLQspD _looks_ like
2007 May 07
3
Module Madness
I''m wanted to make a "global" module that I could include in my application for some shared code between them. I''ve been making several camping apps and wanted them all to share a helper/partial that contained the navigation. I ran into a lot of difficulty when trying to include it, the primary problem being "methodUndefined" errors. I did finally get it to
2020 Nov 15
2
[patch] enhancement for tika server protected by user/password basic auth
...Fawcett wrote: >> I've configured a tika server behind an apache proxy which enforces >> basic auth, but sending basic auth credentials for a tika server is not >> currently supported by Dovecot. > > i was _just_ setting up a tika instance behind a nginx proxy with > basicauth in place. > > hadn't yet gotten to the "can't pass auth creds in dovecot" bit. > thx! for the patch; hopefully the premise/patch will get picked up. > (ya-request for a proper @dovecot public bug/issue queue!) > > have you found any other 'magic required'...
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...ecot, just left the defaults. +1 > For 401's returned from your solr server you'll need to look into how > you set up authentication. FOUND & *avoided* the silly problem. yay. TBD what a 'fix' looks like. the issue's a mis-handled, URL-encoded "@" in my basicAuth 'pass' string, as used in fts_solr = my security config included solr/data/security.json { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin", "credentials":{ "myuser":"my at pass&...
2020 Nov 15
0
[patch] enhancement for tika server protected by user/password basic auth
On 11/15/20 6:33 AM, John Fawcett wrote: > I've configured a tika server behind an apache proxy which enforces > basic auth, but sending basic auth credentials for a tika server is not > currently supported by Dovecot. i was _just_ setting up a tika instance behind a nginx proxy with basicauth in place. hadn't yet gotten to the "can't pass auth creds in dovecot" bit. thx! for the patch; hopefully the premise/patch will get picked up. (ya-request for a proper @dovecot public bug/issue queue!) have you found any other 'magic required' to get solr & tika inde...
2006 Mar 24
2
Basic Auth in WEBrick
...t would be fine. I have done an extensive Google hunt for an example, but I all find are code chunks for starting WEBrick such as: realm = "Gnome realm" start_webrick {|server| htpasswd = HTTPAuth::Htpasswd.new(/tmp/gnome.htpasswd) authenticator = HTTPAuth::BasicAuth.new( :UserDb => htpasswd :Realm => realm ) server.mount_proc(/htpasswd_auth) {|req resp| authenticator.authenticate(req resp) resp.body = "You are authenticated to see the super secret datan" } } Do I replace t...
2009 Oct 28
0
Basic Authentication within a POST-request using HTTPClient
Hey, I want to call a service with HTTPpost behind a BasicAuth using HTTPClient like this: client = HTTPClient.new body = { ... } client.set_auth(domain, user, password) client.post (domain, body) Receive a 401! If I try it with GET, it''s perfectly working, so I know the user/ password is correct. It seems, using POST, the set_auth-method is not ca...
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...+1 > >> For 401's returned from your solr server you'll need to look into how >> you set up authentication. > > FOUND & *avoided* the silly problem.? yay.? TBD what a 'fix' looks like. > > the issue's a mis-handled, URL-encoded "@" in my basicAuth 'pass' > string, as used in fts_solr = > > my security config included > > ????solr/data/security.json > ??????? { > ??????????? "authentication":{ > ??????????????? "blockUnknown": true, > ??????????????? "class":"solr.BasicAuth...
2020 Nov 15
0
[patch] enhancement for tika server protected by user/password basic auth
...>>> I've configured a tika server behind an apache proxy which enforces >>> basic auth, but sending basic auth credentials for a tika server is not >>> currently supported by Dovecot. >> i was _just_ setting up a tika instance behind a nginx proxy with >> basicauth in place. >> >> hadn't yet gotten to the "can't pass auth creds in dovecot" bit. >> thx! for the patch; hopefully the premise/patch will get picked up. >> (ya-request for a proper @dovecot public bug/issue queue!) >> >> have you found any other...
2007 May 24
5
Suggested way to remotely monitor servers and networks these days?
Hi folks, I'm just wondering what is the recommended way of monitoring servers and networks remotely. My current setup is to install and configure cacti and nagios. I've set these up to require SSL. This way, I can easily go to them and login from wherever I am and monitor (almost) everything I need to monitor. The problem is that leaving cacti open was the most stupid thing I've