Issue Type: Feature Request Feature Request
Affects Versions: 0.7.0
Assignee: Matthias Wessendorf
Components: documentation
Created: 14/Aug/13 1:08 PM
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
Fix Versions: 0.8.0
Project: AeroGear Push
Priority: Major Major
Reporter: Matthias Wessendorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira