mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
don't use TLS for "sipv4" subdomain of example.org because the server's certificate is not for this domain.
This commit is contained in:
parent
a85bce3430
commit
511bd799a5
2 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,8 @@ realm=sip.example.org
|
|||
|
||||
|
||||
[proxy_0]
|
||||
reg_proxy=sipv4-nat64.example.org;transport=tls
|
||||
reg_route=sipv4-nat64.example.org;transport=tls
|
||||
reg_proxy=sipv4-nat64.example.org;transport=tcp
|
||||
reg_route=sipv4-nat64.example.org;transport=tcp
|
||||
reg_identity=sip:pauline@sip.example.org
|
||||
reg_expires=3600
|
||||
reg_sendregister=1
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ realm=sip.example.org
|
|||
|
||||
|
||||
[proxy_0]
|
||||
reg_proxy=sipv4.example.org;transport=tls
|
||||
reg_route=sipv4.example.org;transport=tls
|
||||
reg_proxy=sipv4.example.org;transport=tcp
|
||||
reg_route=sipv4.example.org;transport=tcp
|
||||
reg_identity=sip:pauline@sip.example.org
|
||||
reg_expires=3600
|
||||
reg_sendregister=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue