You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SSL How to

1. C++ broker (M4 and up)
2. Java Client

C++ broker (M4 and up)

  • Setup the certificates.
    In summary you need to certificated trusted by your client.
  • Load the acl module using --load-module or if loading more than one module, copy ssl.so to the location pointed by --module-dir
    Ex if running from source. ./qpidd --load-module /libs/ssl.so 
  • No labels