Re: C++ broker SSL authentication and ACL

2016-05-25 Thread Jakub Scholz
I don't think there is a way in the C++ broker how to include the CA in the identity - it is always taken from the certificate it self only. Are you using regular public CA (e.g. Verisign)? Or some private certification authority? I think that the common name is supposed to carry some information

C++ broker SSL authentication and ACL

2016-05-25 Thread Domen Vrankar
Hi, Is it possible to write ACL so that it takes into account both certificate common name and ca certificate that issued it when granting access rights? What I'm trying to do: I'm using SSL authentication and ACL with C++ qpid broker like this: - On broker side I have acl file with @QPID entrie