Hi Diana,

> open("/opt/etc/ca.d/", O_RDONLY) = 3

This (the non working instance) tries to open the
directory, while ...


> open("/opt/etc/ca.d/ca.crt", O_RDONLY) = 3

here (the working instance) we appear to directly
open the crt file.

Can you double check that the configuration is exactly
the same between both instances? Please post the exact
bind [...] line from both working and non working conditions.


Don't you see a:
open("/opt/etc/ca.d/", O_RDONLY) = 3

in the working instances at all? If you do see it, please
include that output as well.




Regards,

Lukas

                                          

Reply via email to