554 if self.server_fd_picked: 555 ## LOG ## 556 # This message indicates an internal 557 # error condition, more precisely a 558 # non-toplevel proxy tried to 559 # connect to the server side 560 # multiple times, which is not 561 # supported. Please report this 562 # event to the Zorp QA team (at 563 # devel@balabit.com). 564 ## 565 log (self.session.session_id, CORE_ERROR, 1, "Internal error, stacked proxy reconnected to server multiple times;") Sziasztok, sajnos belefutottam a fenti hibaba, irtam a devel@balabit.com-ra, de onnet nem jott visszajelzes, probat teszek itt. ----------------->---------------------------------
--------------------------------->----------------
class ReverseUnwrapSSL_host(PsslProxy): def config(self): PsslProxy.config(self) self.client_cert_file = '/etc/zorp/cert/ www.host.hu.crt' self.client_key_file = '/etc/zorp/cert/www.host.hu.key' self.client_need_ssl = TRUE self.server_need_ssl = FALSE self.client_verify_type = PSSL_VERIFY_NONE self.stack_proxy = IDHttpS def PROBA_host_https(): Service("PROBA_host_https", ReverseUnwrapSSL_host, chainer=FailoverChainer(protocol=ZD_PROTO_TCP, timeout=30, round_robin=TRUE), router=DirectedRouter(dest_addr=(SockAddrInet ('192.168.1.151', 80), SockAddrInet('192.168.1.152', 80), SockAddrInet ('192.168.1.153', 80), SockAddrInet('192.168.1.154', 80)), overrideable=FALSE, forge_addr=TRUE)) Listener(SockAddrInet('10.0.0.1', 443), "PROBA_host_https") ----------------->---------------------------------
--------------------------------->----------------
Ilyen hibauzenetekkel szall el: Oct 30 16:42:47 hostnev zorp/PROBA_host_https[17902]: (svc/ PROBA_host_https:4028/http): Internal error, stacked proxy reconnected to server multiple times; Van valami workaround, barmi, amivel ezeket a veletlenszeruen bekovetkezo, de allando hibat javitani lehet? Udvozlettel, -- Kun Arpad