You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2

On this page

Symptoms

PrivateWave, configured under BES, does not connect to PrivateServer

Cause

By default, Blackberry Enterprise Server does not let applications to open SSL sockets on ports other than HTTPS (TCP/443)

Workaround

If device rights allow it, configure PrivateWave to use Direct TCP transport instead of BES

Resolution

While using Blackberry software with BES 5 it may be required to modify the BES MDS (mobile data service) component to allow connections to SIP/TLS servers and work properly.
Information on fixing the issue, depending on the BES software version are reported below:
The modifications require to go:
  • MDS Connection Service
  • Edit Component
  • Select TLS
    • set to true "allow untrusted server" or "allow untrusted HTTPS/TLS"
    • add a regexp pattern .*://.*(:\d*)?(/.*)*(\?.*)?
    • if this is not enough, also change on device the setting "Options > Security > TLS -> TLS default" to "Handheld"

  • No labels