Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-1667

[docs] VERIFY_PEER and VERIFY_PEER_NAME SSL options are not documented

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 2.4.0.GA
    • None
    • Yorba, Anza, Balboa

      Without one of these, certificates are not being checked.

      The qe client calls one of the following in on_start handler,

      domain.set_peer_authentication(SSLDomain.VERIFY_PEER, trustfile)
      domain.set_peer_authentication(SSLDomain.VERIFY_PEER_NAME, trustfile)
      

      Dispatch does something similar,

      https://github.com/apache/qpid-dispatch/blob/b468642f3ad8fb451e9126f06e542d6e97f89237/python/qpid_dispatch_internal/tools/command.py#L170-L175

      I did not find the need for this mentioned in the documentation.

            kvanderr@redhat.com Kim van der Riet
            jdanek@redhat.com Jiri Daněk
            Petr Matousek Petr Matousek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: