You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using SMPP V5 (JSMPP 2.3.10) for sending SMSs to SMSC. Currently we are using Non-TLS default port 2775. We are looking to move to TLS flow. Just wanted to understand if we have different way of Binding in case of TLS binding compared to NON-TLS ??
I mean currently we are using connectAndBind with host port and all.... Is the implementation going to remain same for TLS binding too ?? like just replacing the NON-TLS port 2775 to TLS port ??
The text was updated successfully, but these errors were encountered:
Hi Team
We are using SMPP V5 (JSMPP 2.3.10) for sending SMSs to SMSC. Currently we are using Non-TLS default port 2775. We are looking to move to TLS flow. Just wanted to understand if we have different way of Binding in case of TLS binding compared to NON-TLS ??
I mean currently we are using connectAndBind with host port and all.... Is the implementation going to remain same for TLS binding too ?? like just replacing the NON-TLS port 2775 to TLS port ??
The text was updated successfully, but these errors were encountered: