<?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>web development helpdesk &#187; ssl</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Problems connecting iPhone to IMAP mail server</title>
		<link>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=problems-connecting-iphone-to-imap-mail-server</link>
		<comments>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server#comments</comments>
		<pubDate>Fri, 28 May 2010 02:44:26 +0000</pubDate>
		<dc:creator>Obiweb</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[DER]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[PEM]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1482</guid>
		<description><![CDATA[Recently was setting up clients iPhone to access our mail servers using IMAP over SSL. Problem was we kept getting an error say that the username or password were incorrect. The username and password entered in the iPhone setup were correct. Using the identical setup to access the same email account from my iPhone worked [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/mac/problems-connecting-iphone-to-imap-mail-server/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to create an SSL Server Socket?</title>
		<link>http://helpdesk.objects.com.au/java/how-to-create-an-ssl-server-socket?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-an-ssl-server-socket</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-create-an-ssl-server-socket#comments</comments>
		<pubDate>Thu, 22 Jan 2009 07:22:28 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[ServerSocket]]></category>
		<category><![CDATA[ServerSocketFactory]]></category>
		<category><![CDATA[Socket]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[SSLServerSocketFactory]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=921</guid>
		<description><![CDATA[To listener for SSL connections you need to use a ServerSocket using the SSLServerSocketFactory cla as shown in the following example. // Create the listening server socket ServerSocketFactory serverSocketFactory = SSLServerSocketFactory.getDefault(); int port = 443; ServerSocket ssocket = serverSocketFactory.createServerSocket(port); // Listen for SSL connections Socket socket = ssocket.accept(); // Treat the connection as you would [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-create-an-ssl-server-socket/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m getting the following error when trying to make an HTTPS or SSL connection: &#8216;unable to find valid certification path to requested target&#8217;</title>
		<link>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target</link>
		<comments>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:02:12 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=477</guid>
		<description><![CDATA[You need to add the public key of the server you are connecting to to the keystore being by your application. You can use the application InstallCert found in the question &#8220;How do I programatically extract a certificate from a site and add it to my keystore?&#8221; to extract the public key from the server [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/im-getting-the-following-error-when-trying-to-make-an-https-or-ssl-connection-unable-to-find-valid-certification-path-to-requested-target/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I specify what keystore file a Java application should use, for example when making an SSL connection</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:54:58 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=472</guid>
		<description><![CDATA[You can specify the keystore location wusing the javax.net.ssl.keyStore system property java -Djavax.net.ssl.keyStore=&#60;path to keystore file&#62; -Djavax.net.ssl.keyStorePassword=&#60;keystore password&#62; au.com.objects.MyServer Related posts: How can I create a KeyPair instance from a pair of keys stored in my Java keystore? KeyStore keystore = KeyStore.getInstance(&#34;JKS&#34;); Key key = keystore.getKey(alias, password); //... How to get the path of a [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-specify-what-keystore-file-a-java-application-should-use-for-example-when-making-an-ssl-connection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I programatically extract a certificate from a site and add it to my keystore?</title>
		<link>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore</link>
		<comments>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore#comments</comments>
		<pubDate>Mon, 13 Oct 2008 00:35:41 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=445</guid>
		<description><![CDATA[Often you need to import a certificate into your Java keystore from an external server. To do this you need to pull the certificate file from the site then run keytool to import it into your keystore. As an alternative try the following code from Sun. Just tell it the host to get the certificate [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-do-i-programatically-extract-a-certificate-from-a-site-and-add-it-to-my-keystore/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

