BelledonneCommunications / flexisip

Linphone.org mirror for flexisip (git://git.linphone.org/flexisip.git)
http://flexisip.org
GNU Affero General Public License v3.0
140 stars 68 forks source link

TLS connection fails on iOS #168

Open eskov-ea opened 10 months ago

eskov-ea commented 10 months ago

I have confugured flexisip and I decided to use TLS so in my config file I set transports=sips: sip: tls-cartificate-file=path/to/file tls-cartificate-private-key=path/to/key tls-cartificate-ca-file=path/to/ca/file

I also tried to specify ports for TLS/TCP connection, specify domen - result's the same.

The problem is when iOS device is connecting it does it infinite times despite the first connection is successful. In device log I can see it a thousand times per minute. The server log shows it also. The log is drowned with these events.

On client side I use the login function as it described in the docs.

On Android it works perfectly between TLS and TCP.