1
A
回答
2
你應該能夠通過TLS傳輸使用OpenSSL,請參閱:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone#OpenSSLSuport
如果在構建openssl時遇到問題,請在github中搜索'openssl-xcode'。
配置:
./configure-iphone --with-SSL =您的-的OpenSSL LIB-DIR
你會看到日誌,如果啓用了SSL。
相關問題
- 1. PJSIP TLS未啓用iPhone
- 2. SMTP TLS不適用於Gmail
- 3. 如何將TLS支持應用於PJSIP for ios
- 4. UIImageView.image適用於iPhone 5/ios7,但不適用於iPhone 4/ios 5
- 5. MKAnnotation setImage適用於iPhone,但不適用於iPad/iPhone 6+
- 6. cancelAllLocalNotifications;不適用於iPhone 3GS
- 7. imageWithContentsOfFile不適用於iPhone 5
- 8. @media不適用於iphone 5
- 9. dismissModelViewControllerAnimated不適用於iPhone 5
- 10. AVAudioPlayer不適用於iPhone 5
- 11. iPhone iAds不適用於iPhone 4
- 12. API適用於iPhone
- 13. UISplitViewController適用於iphone
- 14. 修復bug:日期值適用於iPhone,但不適用於iPad
- 15. 代碼適用於iPhone模擬器,但不適用於設備
- 16. <video>適用於iPad,但不適用於iPhone
- 17. iPhone:代碼適用於3G,但不適用於3GS
- 18. iAd適用於iPhone,但不適用於iPad
- 19. setNeedsDisplay適用於iPhone,但不適用於iPad
- 20. 適用於iPhone模擬器,但不適用於電話
- 21. 響應網站適用於iPhone,但不適用於Galaxy S2
- 22. UIBarButtonItem動作選擇器適用於iPad,但不適用於iPhone
- 23. iOS SystemSoundID不適用於iPod 4,但適用於iPhone 4
- 24. jQuery.data()適用於Mac OS WebKit,但不適用於iPhone OS?
- 25. NSNotificationCenter代碼適用於iPhone,但不適用於iPad
- 26. jQuery適用於Chrome,Firefox,IE,但不適用於iPhone
- 27. Ad-hoc測試不適用於iPod Touch,但適用於iPad/iPhone
- 28. Titanium Javascript - 代碼適用於iPhone,但不適用於Android?
- 29. Javascript兼容菜單適用於iPhone 5,但不適用於iPhone 3
- 30. 應用內購買不適用於iPhone?
這裏> [請輸入鏈接描述](http://stackoverflow.com/questions/34089090/pjsip-tls-not-enable-for-iphone/36897236#36897236)希望它有幫助。 – saurabh2810