Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15665

SSLContext ignored by RemoteStore

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 14.0.25.Final, 15.0.0.Final
    • None
    • None
    • None

      SSLContext set programmatically, as shown below, is ignored by the RemoteStore which never configures the Hot Rod client with it.

      builder.persistence()
              .addStore(RemoteStoreConfigurationBuilder.class)
              .remoteSecurity()
              .ssl()
              .enable()
              .sslContext(sslContext);
      

              pruivo@redhat.com Pedro Ruivo
              pruivo@redhat.com Pedro Ruivo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: