<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hoschie&#039;s Blog &#187; squid</title>
	<atom:link href="http://hoschie.org/tag/squid/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoschie.org</link>
	<description>What has this world come to ..</description>
	<lastBuildDate>Sat, 13 Mar 2010 14:30:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhone Ping! Application Squid Configuration</title>
		<link>http://hoschie.org/2010/03/iphone-ping-application-squid-configuration/</link>
		<comments>http://hoschie.org/2010/03/iphone-ping-application-squid-configuration/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:27:31 +0000</pubDate>
		<dc:creator>Hoschie</dc:creator>
				<category><![CDATA[General Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://hoschie.org/?p=133</guid>
		<description><![CDATA[I am using a Squid Proxy in my home network to filter outbound access. The WLAN configuration in my iPhone is using this proxy too, but since there is no &#8216;exclude from proxy&#8217; option there, everything on any ports gets thrown at this Squid Proxy. The Ping Tool is also using a specific port to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="size-full wp-image-136 aligncenter" title="Ping Logo" src="http://hoschie.org/wordpress/wp-content/uploads/2010/03/screen-capture-13.png" alt="Ping Logo" width="134" height="139" /><br />
I am using a Squid Proxy in my home network to filter outbound access. The WLAN configuration in my iPhone is using this proxy too, but since there is no &#8216;exclude from proxy&#8217; option there, everything on any ports gets thrown at this Squid Proxy. The <a href="http://www.pingmessaging.com/">Ping</a> Tool is also using a specific port to receive it&#8217;s messages. I also sent a mail to the developer, telling him to consider a more friendly port (80,443) for his app so people could use this app also behind firewalls, proxies which you have &#8230; at least in a corporate environments.</p>
<p style="text-align: left;">No answer so far. So here is the solution, at least to get it to work if you have access to your Squid Proxy.</p>
<p><code><br />
acl http proto http<br />
acl iphone_push dstdomain push.emailmii.net<br />
acl iphone_push_port port 1919<br />
always_direct allow iphone_push<br />
http_access allow CONNECT iphone_push_port iphone_push<br />
http_access allow http iphone_push_port iphone_push<br />
</code></p>
<p>make sure its BEFORE those entries:<br />
<code><br />
http_access deny !Safe_ports<br />
http_access deny CONNECT !SSL_ports<br />
http_access deny all<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://hoschie.org/2010/03/iphone-ping-application-squid-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
