error when restart ha proxy?
-
Just noticed this in logs, was looking for something else, and noticed it
Sep 26 02:47:49 php-cgi 44959 haproxy: startup error output!: [WARNING] (47442) : dlopen(): shared library '/lib/libcrypto.so.111' brings a different and inconsistent definition of symbol 'OPENSSL_init_ssl'. The process cannot be trusted anymore![WARNING] (47442) : dlopen(): shared library '/lib/libcrypto.so.111' brings a different and inconsistent definition of symbol 'SSL_CTX_get0_security_ex_data'. The process cannot be trusted anymore!
Looking through the log, I see it as well back on sept 21.. But ha proxy is working fine it seems.. Can this just be ignored, is there something can do to fix the error?
Sep 21 06:51:21 php-cgi 12212 haproxy: startup error output!: [WARNING] (18625) : dlopen(): shared library '/lib/libcrypto.so.111' brings a different and inconsistent definition of symbol 'OPENSSL_init_ssl'. The process cannot be trusted anymore![WARNING] (18625) : dlopen(): shared library '/lib/libcrypto.so.111' brings a different and inconsistent definition of symbol 'SSL_CTX_get0_security_ex_data'. The process cannot be trusted anymore! Sep 21 06:51:21 php-cgi 12212 haproxy: started new pid:18935 Sep 21 06:51:21 php-cgi 12212 haproxy: reload old pid:60948
edit: ok found this
https://forum.netgate.com/topic/182135/ha-proxy-devel-broken-and-error-in-log-after-update-to-0-63_1So we should be using haproxy and not the dev version currently? But unlike that thread my haproxy is working, even though see that error. I was and am using ssl offload, and that was working even with the libcrypto error.
edit2: I moved to just standard haproxy package, and error is gone - and my sites are still working.