Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-7305

Java Sender client documentation of Java7/SSL issue

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • None

    Description

      On (client) Java7: I tried using our java "sender client" against my private OpenShift instance, but I am running into this Openshift bug ticket:
      https://bugzilla.redhat.com/show_bug.cgi?id=975369

      A "workaround" was setting this System.setProperty("jsse.enableSNIExtension", "false");, before submitting the HTTP request

      That is NOT an option, but there are ways to work around it, and the README should state that:

      • in standalone.xml's <system-properties> section
      • in the Java app, that is using our SDK, via System.setProperty("jsse.enableSNIExtension", "false");
      • commandline argument: -Djsse.enableSNIExtension=false

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mwessend@redhat.com Matthias Wessendorf
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: