Closed eilandert closed 9 months ago
Hello, I encountered this error on ubuntu 22.04, it ships with openssl3. Any idea?
root@b8ab3399ba7b:/etc/nginx/modules-enabled# ln -s ../modules-available/mod-http-ssl-ct.conf . root@b8ab3399ba7b:/etc/nginx/modules-enabled# nginx -t nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_ssl_ct_module.so" failed (/usr/share/nginx/modules/ngx_http_ssl_ct_module.so: undefined symbol: ngx_ssl_ct_create_srv_conf) in /etc/nginx/modules-enabled/mod-http-ssl-ct.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed
Nevermind,
I needed to load mod-ssl-ct before mod-http-ssl-ct
Hello, I encountered this error on ubuntu 22.04, it ships with openssl3. Any idea?
root@b8ab3399ba7b:/etc/nginx/modules-enabled# ln -s ../modules-available/mod-http-ssl-ct.conf . root@b8ab3399ba7b:/etc/nginx/modules-enabled# nginx -t nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_ssl_ct_module.so" failed (/usr/share/nginx/modules/ngx_http_ssl_ct_module.so: undefined symbol: ngx_ssl_ct_create_srv_conf) in /etc/nginx/modules-enabled/mod-http-ssl-ct.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed