carbonio-auth probl...
 
Notifications
Clear all

carbonio-auth problem

3 Posts
1 Users
0 Likes
146 Views
(@kornel)
Joined: 3 months ago
Posts: 16
Topic starter  

Hi,

In NGINX logs I see problem with carbonio-auth.

2024/02/26 13:43:59 [error] 111682#111682: *830 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 91.201.214.4, server: mail.SERVER.net, request: "GET /zx/login/
v3/config HTTP/2.0", upstream: "http://127.78.0.1:20008/zx/login/v3/config", host: "mail.SERVER.net", referrer: "https://mail.SEVER.net/carbonio/mails/folder/2"

In server (proxy role):

[root@mail log]# curl -v  http://127.78.0.1:20008/zx/login/v3/config 
*   Trying 127.78.0.1...
* TCP_NODELAY set
* Connected to 127.78.0.1 (127.78.0.1) port 20008 (#0)
> GET /zx/login/v3/config HTTP/1.1
> Host: 127.78.0.1:20008
> User-Agent: curl/7.61.1
> Accept: */*
> 
* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
[root@mail log]# netstat -anp | grep 20008
tcp        0      0 127.78.0.1:20008        0.0.0.0:*               LISTEN      81984/envoy         
[root@mail log]# ps -ef | grep  81984
carboni+   81984       1  0 12:47 ?        00:00:11 /usr/bin/envoy --config-path /tmp/envoy-17b756d26f5ea6e3-bootstrap.json --disable-hot-restart
carboni+   81998   81984  0 12:47 ?        00:00:00 [consul] <defunct>

How switch-on log and debug logs for envoy from carbonio-proxy-sidecar service?


   
Quote
(@kornel)
Joined: 3 months ago
Posts: 16
Topic starter  

After change log level in envoy I see in logs

Feb 26 16:43:59 mail consul[259257]: [2024-02-26 16:43:59.092][259318][debug][filter] [source/common/tcp_proxy/tcp_proxy.cc:397] [C37] Creating connection to cluster carbonio-auth.default.dc1.internal.188d6156-507c-4a5a-e7d3-ffdd9089ceaf.consul
Feb 26 16:43:59 mail consul[259257]: [2024-02-26 16:43:59.092][259318][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:1453] no healthy host for TCP connection pool
Feb 26 16:43:59 mail consul[259257]: [2024-02-26 16:43:59.092][259318][debug][connection] [source/common/network/connection_impl.cc:133] [C37] closing data_to_write=0 type=1
Feb 26 16:43:59 mail consul[259257]: [2024-02-26 16:43:59.092][259318][debug][connection] [source/common/network/connection_impl.cc:243] [C37] closing socket: 1

How to add host to TCP connection pool? 🙂


   
ReplyQuote
(@kornel)
Joined: 3 months ago
Posts: 16
Topic starter  

Can't work https://mail.SERVER.net/carbonio/settings/auth also.

In /opt/zextras/log/mailbox.log errors like SoapEngine - cannot dispatch request

com.zimbra.common.service.ServiceException: unknown document: GenerateOTPRequest

com.zimbra.common.service.ServiceException: unknown document: ListOTPRequest

com.zimbra.common.service.ServiceException: unknown document: AddCredentialRequest

 

Also in mail store node errors:

2024-02-27 12:59:05,284 WARN [qtp1004009692-50933] [] extensions - unable to find handler for extension: system failure: Extension HTTP handler not found at /metrics/auth

after check from Prometheus from monitoring node.

Anybody have a any ideas?

 

Anybody from Zextras read this forum? 0:-)


   
ReplyQuote