Hello – I have a simple ssl reverse proxy set up that has been working for years up through 2.4.29. When upgrading to 2.4.38, it now crashes periodically. It is repeatable, but inconsistent.
It is in the function ssl_callback_SSLVerify on the line: int crl_check_mode = mctx->crl_check_mask & ~ SSL_CRLCHECK_MASK; Gdb indicates that mctx (declared on the previous line) is incorrectly constructed, and so trying to access the field crl_check_mask results in trying to access unavailable memory.
It seems to me like this is a regression after 2.4.29. I experience the same behavior in both 2.4.35 and 2.4.38, but not in 2.4.29. Does anyone now how to fix this issue? Or if there is a workaround? Thanks! Marty Schettler |