Jump to content

sIP URI scheme

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Me and (talk | contribs) at 11:29, 20 January 2012 (Added {{merge to}} tag to article (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The SIPS URI scheme adheres to the syntax of the SIP URI, although the scheme string is "sips" rather than "sip".

SIPS allows resources to specify that they should be reached securely. It mandates that each hop over which the request is forwarded up to the target domain must be secured with TLS. The last hop from the proxy of the target domain to the user agent has to be secured according to local policies.

SIPS protects against attackers which try to listen on the signaling link. It does not provide real end-to-end security, since encryption is only hop-by-hop and every single intermediate proxy has to be trusted.

See also

  • The SIPS URI scheme is described in RFC 3261