Enable SSL communications
You must enable SSL in two locations; the
BlackBerry Connect
server configuration file and the BEMS
Common to Connect
communications.Backup the
BlackBerry Connect
server configuration file.- Enable SSL communications in theConnectservice.
- To modify the server configuration to use the correct SSL certificate, navigate to theGoodConnectServer.exe.configfile. By default, the file is located in<.drive>:\Program Files\BlackBerry\BlackBerry Enterprise Mobility Server\Good Connect\
- In a text editor (run as administrator), edit theGoodConnectServer.exe.configfile.
- Locate the BASE_URL line (for example,<add key="BASE_URL" value="http://*:8080/"/>).
- Change the line to<add key="BASE_URL" value="https://*:8082/"/>. If required, update the port to the port that you are using.
- Save your changes.
- Restart theGood Technology Connectservice.
- Enable SSL forBEMSCommon toConnectcommunications
- On the computer that hostsBEMS, open theApacheKaraf Web Console. Open a browser window and navigate tohttps://<.fqdn_of_the_bems_host>:8443/system/console/configMgr
- Scroll to and clickcom.good.gcs.connect.adapter.core.config.CoreSettingsImpl.name.
- In thecom.good.gcs.connect.adapter.core.config.CoreSettingsImpl.connect.websocket.uri.namefield, verify that URI iswss://localhost:8082/ AdapterNotifyService/Notify/ws. If necessary, change the port to the port you want to use.
- ClickSave.
Configure your environment to send requests over SSL. For more information, see 'Configuring
BlackBerry Connect
connection settings' in the BlackBerry Connect
administration content.