Opened 12 years ago

Closed 12 years ago

#1448 closed enhancement (fixed)

Remove server name setting from TLS transport config

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-1.14
Component: pjsip Version: 1.x-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The pjsip_tls_setting.server_name was used for specifying a target host name when initiating outgoing TLS connection and the server is hosting multiple domains for the same TLS listening socket.

However, since r3106, the setting was no longer used as the target host name is fetched automatically from the transmitting message (tx_data).

Change History (1)

comment:1 Changed 12 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

(In [3943]) Close #1448: removed server name setting from TLS transport config.

Note: See TracTickets for help on using tickets.