You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to reproduce this error. I guess it could happen if you compile the ssl module with the SSL headers of your system instead of with the ones of TaLoS. modules/ssl/modules.mk needs to contain this line: MOD_CFLAGS = -I${PROJECT_ROOT}/src/libressl-2.4.1/include
When running Apache:
./install/bin/httpd -X
I cannot load the ssl module due to an X509 not being defined.
Cannot load modules/mod_ssl.so into server: <project_root>/TaLoS/src/httpd-2.4.23/install/modules/mod_ssl.so: undefined symbol: X509_get_notAfter
The text was updated successfully, but these errors were encountered: