HAproxy SSL Segfault with 1.5-dev17

ε祈祈猫儿з 提交于 2019-12-06 04:05:29

Your configuration does not crash haproxy-1.5-dev17 for me. However, didn't you by any chance do a first build without enabling ssl support, then only a partial rebuild with ssl ? I mean, something like :

$ make TARGET=linux2628
...
$ make TARGET=linux2628 USE_STATIC_PCRE=1 USE_OPENSSL=1

If so, your build may be invalid, because some files requiring recompilation are not recompiled.

Could you try :

make TARGET=linux2628 USE_STATIC_PCRE=1 USE_OPENSSL=1 clean all
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!