Tatsu Signing Server

From The iPhone Wiki
Revision as of 00:20, 16 February 2020 by Vanished user 20210509 (talk | contribs) (TSS research)
Jump to: navigation, search

The Tatsu Signing Server (TSS) is a collection of services provided by Apple. In late 2012, the list of available services was briefly made public at gs.apple.com. This index page has since been removed, although at least one archived capture of this page exists. TSS is accessed chiefly for use of the SHSH Protocol to receive signed blobs for a given iOS build. This is accessed with the SHSH controller at http://gs.apple.com/TSS/controller.

There is an Apple internal equivalent, known as Spidercab, running at tatsu-tss-internal.apple.com and tss-int.apple.com, which are only accessible within Apple's VPN. SpiderCab is used to sign internal/debug and test builds of iOS, including old versions that are no longer signed on production.

Reliable communication to the TSS server requires the appropriate HTTP header, as described in SHSH Protocol#Communication. If you are communicating with a TSS service and not the SHSH controller itself, you must additionally provide a SOAPAction: header.

Services

There are two services provided, both accessible via SOAP requests. They are located in http://gs.apple.com/TSS/services/ under their respective names.

PacketPort

  • pushDataPacket

tatsuReceiptsStatusPort

  • getReceiptPacketStatus
  • queryTASExpireTSA
  • updateTSSStatus

Notes

SoapUI, an automation framework for the SOAP protocol, lists Apple among their largest users [1].

Server Details

It is of moderate security concern to know that the TSS server runs Apache Tomcat, exposed, alongside version number, in the default 404 page. The SOAP implementation used is Apache Axis (Java).

References

External Links