grahamedgecombe / nginx-ct

Certificate Transparency module for nginx.
https://grahamedgecombe.com/projects/nginx-ct
ISC License
175 stars 27 forks source link

readdir() failed (22: Invalid argument) #1

Closed stephanvane closed 9 years ago

stephanvane commented 9 years ago

Hello,

I'd like to use your plugin. Unfortunately I'm getting the following error when starting nginx:

nginx: [emerg] readdir() "/usr/local/nginx/conf/ssl/scts" failed (22: Invalid argument)

I'm using nginx-1.9.1 and openssl-1.0.2a on ubuntu.

Any idea what could be causing this?

edit: I also tested this with nginx-1.9.0 (just like the guide here). Didn't help :(

grahamedgecombe commented 9 years ago

Can you try again with the latest version? I think commit 6f50f6b might fix this.

stephanvane commented 9 years ago

Hi,

It seems to work this time, at least Nginx boots! Thanks for the quick fix

edit: Works perfectly, ev-certificate is showing the green bar in chrome now. thanks again

grahamedgecombe commented 9 years ago

Glad it's fully working :)