Proxy iTMSTransporter traffic on Windows
Published 2019-03-07, 16:26
- Install iTMSTransporter on Windows
- Install your proxy application, e.g. Charles Proxy
- Use Java’s
keytool
to add the Charles Root Certificate to your Java installation- to add:
keytool -import -alias charles -keystore ..\lib\security\cacerts -file c:\root.cer
(password: changeit) - to check:
keytool -list-keystore ..\lib\security\cacerts
(same password)
- to add:
- Execute the iTMSTransporter command with the proxy parameters:
iTMSTransporter.cmd -m diagnostic -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8888 -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8888
(via)- Depending on the command you might have to change the transport via
-t DAV
- Depending on the command you might have to change the transport via
- Make sure SSL proxying is enabled for the relevant Apple domains (probably
contentdelivery.itunes.apple.com
anditmsdav.apple.com
) - Profit?
Topic(s): Kram
No comments - :(
Zum Artikel Proxy iTMSTransporter traffic on Windows sind noch keine Kommentare vorhanden. Deine Meinung wäre jedoch willkommen!