[ZBX-26042] Agent redirection with proxy groups doesn't work when compiled without TLS Created: 2025 Feb 12  Updated: 2025 Mar 31

Status: Done
Project: ZABBIX BUGS AND ISSUES
Component/s: Proxy (P)
Affects Version/s: 7.0.10rc1
Fix Version/s: 7.0.12rc1, 7.2.6rc1, 7.4.0beta1 (master)

Type: Problem report Priority: Trivial
Reporter: Andris Zeila Assignee: Sergejs Boidenko
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Team: Team A
Sprint: S25-W8/9, S25-W10/11, S25-W12/13, S25-W14/15
Story Points: 0.1

 Description   
diff --git a/src/libs/zbxcacheconfig/proxy_group.c b/src/libs/zbxcacheconfig/proxy_group.c
index 9ba941e25ca..d3f3a32dcaa 100644
--- a/src/libs/zbxcacheconfig/proxy_group.c
+++ b/src/libs/zbxcacheconfig/proxy_group.c
@@ -416,8 +416,8 @@ void        dc_sync_host_proxy(zbx_dbsync_t *sync, zbx_uint64_t revision)
                {
                        dc_strpool_replace(found, &hp->host, row[2]);
 
-#if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
                        ZBX_STR2UCHAR(hp->tls_accept, row[6]);
+#if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
                        dc_strpool_replace(found, &hp->tls_issuer, row[7]);
                        dc_strpool_replace(found, &hp->tls_subject, row[8]);
                        hp->tls_dc_psk = dc_psk_sync(row[9], row[10], hp->host, found, &psk_owners, hp->tls_dc_psk);
@@ -587,7 +587,7 @@ int dc_get_host_redirect(const char *host, const zbx_tls_conn_attr_t *attr, zbx_
 
        if (0 == ((unsigned int)tls_accept & attr->connection_type))
        {
-               zabbix_log(LOG_LEVEL_DEBUG, "cannot perform host \"host\" redirection: connection of type \"%s\""
+               zabbix_log(LOG_LEVEL_DEBUG, "cannot perform host \"%s\" redirection: connection of type \"%s\""
                                " is not allowed",
                                host, zbx_tcp_connection_type_name(attr->connection_type));
 


 Comments   
Comment by Sergejs Boidenko [ 2025 Mar 17 ]

Available in versions:

Generated at Thu Apr 03 21:51:08 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.