<?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>za.bavtese.info &#187; SSL</title>
	<atom:link href="http://za.bavtese.info/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>https://za.bavtese.info</link>
	<description>aneb čeština je někdy super jazyk, hrubky vyhrazeny :o)</description>
	<lastBuildDate>Sun, 16 Nov 2014 21:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Proxy a SSL komunikace v PHP</title>
		<link>https://za.bavtese.info/2011/07/30/proxy-a-ssl-komunikace-v-php/</link>
		<comments>https://za.bavtese.info/2011/07/30/proxy-a-ssl-komunikace-v-php/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 21:10:54 +0000</pubDate>
		<dc:creator>bigbart</dc:creator>
				<category><![CDATA[Internet a technologie]]></category>
		<category><![CDATA[Počítače]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[sobota]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://za.bavtese.info/?p=788</guid>
		<description><![CDATA[Pokud potřebujete v PHP komunikovat pomocí ssl autentifikovaném certifikátem (formát PEM) a máte PHP s podporou openssl je velmi jednoduché řešení použít následující kód využívajíci funkci stream_socket_client():


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
&#60;?php
$apns_settings = array&#40;
        &#34;host&#34; =&#62; 'gateway.sandbox.push.apple.com',
        &#34;port&#34; =&#62; 2195,
       [...]]]></description>
		<wfw:commentRss>https://za.bavtese.info/2011/07/30/proxy-a-ssl-komunikace-v-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
