Hello.
I've configured captagent according to the documentation.
captagent 6.3.1
Build directory............. :
Installation prefix......... : /usr/local/captagent
HEP Compression............. : no
IPv6 support.................: no
HEP SSL/TLS................. : yes
Flex........................ : flex
Bison....................... : bison -y
Build with REDIS............ : no
Build with MySQL............ : no
Build with PCRE............. : no
Build with LibUV............ : yes
Build with EPAN............. : no
Build with TLS.............. : yes
I'm using Rocky Linux release 8.6 and next packages are installed:
But on logs I'm getting the error all the time:
[ERR] protocol_tls.c:269 TLS has been not enabled. Please reconfigure captagent with param --enable-ssl and --enable-tls
Hi @perrfect
First of all I remember that the TLS module work only with old ciphers key (unsecure) as written here
Anyway could be that you forgot to enable the module in socket_pcap.xml
Hello. I've configured captagent according to the documentation.
I'm using Rocky Linux release 8.6 and next packages are installed:
My captagent configs looks like: captagent.xml
protocol_tls.xml
But on logs I'm getting the error all the time:
[ERR] protocol_tls.c:269 TLS has been not enabled. Please reconfigure captagent with param --enable-ssl and --enable-tls
Could please help me solve it?