in relation to this issue, opening a related one here.
- using ossec chef cookbok to install the agents. i'm sure it can be modified to install the latest software.
OS - debian 8.3
- managed to run the
/var/ossec/bin/ossec-authd -p 1515
2016/04/05 10:29:22 ossec-authd: INFO: Started (pid: 26917).
2016/04/05 10:29:22 Accepting connections. Random password chosen for agent authentication: 1f8fe4ea3e3f7d9ff210828dc5770e2c
on the server
3. on the client
/var/ossec/bin/agent-auth -m xxx.xxx.xxx.xx -p 1515
ERROR: Not compiled. Missing OpenSSL support.
even after installing the latest version
SIDE NOTE: why do I have to put the server external ip in the agent setup and in the agent-auth params?
won't a hostname be much more convenient ?
@dcid