Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17858

JBoss CLI allows user to write no existing ssl contexts to IIOP subsystem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 28.0.0.Final
    • 28.0.0.Beta1
    • IIOP
    • None
    • Hide

      in jboss-cli:

      batch
      /subsystem=iiop-openjdk:write-attribute(name=client-ssl-context, value=no-existing)
      /subsystem=iiop-openjdk:write-attribute(name=server-ssl-context, value=no-existing)
      run-batch
      reload

      Show
      in jboss-cli: batch /subsystem=iiop-openjdk:write-attribute(name=client-ssl-context, value=no-existing) /subsystem=iiop-openjdk:write-attribute(name=server-ssl-context, value=no-existing) run-batch reload
    • ---
    • ---

      When you want to set client and server ssl context to IIOP subsystem you need to set both of them in the same time (batch mode). When you set the values to some no existing context, the composed operation passes with reload-required state, but when you do reload, the server crashes.

            tadamski@redhat.com Tomasz Adamski
            tadamski@redhat.com Tomasz Adamski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: