[Rspamd-Users] running rpamd behind http proxy
Marc Risse
risse at citkomm.de
Fri Jan 11 09:04:25 UTC 2019
Am 11.01.19 um 09:23 schrieb J. Fahrner:
> Am 2019-01-11 08:36, schrieb Marc Risse:
>> is it possible to run rspamd behind a http proxy?
>
> You mean the Web UI? Yes. This is my nginx config:
>
> location /rspamd/ {
> proxy_pass http://localhost:11334/;
>
> proxy_set_header Host $host;
> proxy_set_header X-Forwarded-For
> $proxy_add_x_forwarded_for;
> auth_basic "Rspamd";
> auth_basic_user_file /etc/nginx/htpasswd;
> }
No, i mean the connections from rspamd to internet services:
2019-01-11 08:27:59 #2206(controller) <f61zu5>; map; http_map_error:
error reading
https://maps.rspamd.com/rspamd/surbl-whitelist.inc.zst(212.24.145.107:443):
connection with http server terminated incorrectly: ssl connect error:
syscall fail: Connection timed out
2019-01-11 08:27:59 #2206(controller) <hntukx>; map; http_map_error:
error reading
https://maps.rspamd.com/rspamd/mime_types.inc.zst(212.24.145.107:443):
connection with http server terminated incorrectly: ssl connect error:
syscall fail: Connection timed out
[...]
2019-01-11 08:50:58 #2206(controller) <a6427e>; csession;
fuzzy_check_timer_callback: got IO timeout with server
fuzzy1.rspamd.com(88.99.142.95:11335), after 1 retransmits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3433 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.rspamd.com/pipermail/users/attachments/20190111/dfb221ce/attachment.bin>
More information about the Users
mailing list