nginx-ct
nginx-ct copied to clipboard
Certificate Transparency module for nginx.
nginx: [emerg] dlopen() "/usr/lib64/nginx/modules/ngx_ssl_ct_module.so" failed (/usr/lib64/nginx/modules/ngx_ssl_ct_module.so: undefined symbol: SSL_CTX_add_custom_ext) in /etc/nginx/nginx.conf:11 nginx: configuration file /etc/nginx/nginx.conf test failed
I tried to compile with Nginx 1.17.5 and get the following error when nginx-ct is compiled as dynamic module: nginx: [emerg] dlsym() "/etc/nginx/ngx_ssl_ct_module.so", "ngx_modules" failed (/etc/nginx/ngx_ssl_ct_module.so: undefined symbol: ngx_modules) in...
NGINX added [variables support](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate) in the `ssl_certificate` and `ssl_certificate_key` directives a few releases ago. Would be awesome if `nginx-ct` supported that too!
Since I've installed it, and I installed it correctly, I get these errors in my nginx 1.15.1 error logs every day, tons of them. Disabling it fixed the issue. ```...
I using last nginx-ct with nginx 1.13.9 and openssl 1.1.1(alpha2) when using ct we have a bug in chrome 64.0.3282.186 when you open site the all is good, but don’t...
When running a nginx setup with multiple vhosts for different domains that each have independent domains+certificates it would be nice, if SCTs for all certificates could be put in one...
nginx-ct supports several versions of nginx, OpenSSL and BoringSSL. Testing by hand is becoming rather time-consuming. It'd be good to have a set of automated tests which tested all the...
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:...
Hi friend, I'm trying to build nginx-ce with openssl 3.0.1, it turns out this error: ``` /opt/NGINX/nginx-1.26.1/modules/ssl-ct/ngx_stream_ssl_ct_module.c: In function ‘ngx_stream_ssl_ct_merge_srv_conf’: /opt/NGINX/nginx-1.26.1/modules/ssl-ct/ngx_stream_ssl_ct_module.c:73:5: error: unknown type name ‘ngx_stream_ssl_conf_t’; did you mean ‘ngx_stream_addr_conf_t’?...