<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Correctly Installing a Certificate for Two-Factor Authentication via the HTTP Send Adapter</title>
	<atom:link href="http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/</link>
	<description>Experiences of a UK BizTalk Consultant</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:36:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kir</title>
		<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/comment-page-1/#comment-2088</link>
		<dc:creator>Kir</dc:creator>
		<pubDate>Thu, 08 Dec 2011 15:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/?p=141#comment-2088</guid>
		<description>After dozen of articles, hundreds of tries I&#039;ve finally got it working.
Here are the steps:
1. Install public cert (.cer file) into Local Computer store under Other People. This will enable you to choose your certificate in SendPort properties window on the Certificate tab. You also need to copy your certificate footprint onto the Authentication tab of the Transport Type Properties window.
2. Install public cert into your Current User Personal store(if you&#039;re using different account than the corresponding Host Instance account). This will enable you to select your certificate on the Certificate tab of the Host Properties window)
3. Login as the user of you Host Instance. Install your public cert into Current User Personal store. This will enable the Host Instance account to use the cert for encryption of outgoing messages.

Note: the address of the send port should be exactly the same as the address that your cert is issued to. For example, if your cert is issued to yourserver.yourdomain.com then you cannot set localhost or IP for the send port address, even if you can access it like that.</description>
		<content:encoded><![CDATA[<p>After dozen of articles, hundreds of tries I&#8217;ve finally got it working.<br />
Here are the steps:<br />
1. Install public cert (.cer file) into Local Computer store under Other People. This will enable you to choose your certificate in SendPort properties window on the Certificate tab. You also need to copy your certificate footprint onto the Authentication tab of the Transport Type Properties window.<br />
2. Install public cert into your Current User Personal store(if you&#8217;re using different account than the corresponding Host Instance account). This will enable you to select your certificate on the Certificate tab of the Host Properties window)<br />
3. Login as the user of you Host Instance. Install your public cert into Current User Personal store. This will enable the Host Instance account to use the cert for encryption of outgoing messages.</p>
<p>Note: the address of the send port should be exactly the same as the address that your cert is issued to. For example, if your cert is issued to yourserver.yourdomain.com then you cannot set localhost or IP for the send port address, even if you can access it like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Heppleston</title>
		<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/comment-page-1/#comment-352</link>
		<dc:creator>Nick Heppleston</dc:creator>
		<pubDate>Fri, 06 Feb 2009 21:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/?p=141#comment-352</guid>
		<description>Thanks for the feedback Mark, much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Mark, much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/comment-page-1/#comment-350</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/?p=141#comment-350</guid>
		<description>Hi Nick,

A very useful article. Just wanted to advise that I found it necessary to add the required certificates to the correct stores whilst logged onto the machine using the account that the send host runs under. If I tried to use the certificates snap-in as a service account, the send port fails to find the client certificate giving the error message &quot;The client certificate is not found in the certificate store
Parameter name: Certificate&quot;.

Cheers
Mark</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>A very useful article. Just wanted to advise that I found it necessary to add the required certificates to the correct stores whilst logged onto the machine using the account that the send host runs under. If I tried to use the certificates snap-in as a service account, the send port fails to find the client certificate giving the error message &#8220;The client certificate is not found in the certificate store<br />
Parameter name: Certificate&#8221;.</p>
<p>Cheers<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atte</title>
		<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/comment-page-1/#comment-277</link>
		<dc:creator>Atte</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/?p=141#comment-277</guid>
		<description>Hi,

I had this similar error message and tried all of the things you suggested. It did not work.
DNS services were not enabled in the server I was running and I was accessing the remote website using ip-address. The Certificate was of course issued to the full domain name of the remote server. So I added the name of the server to my servers hosts file and changed the address of the http-port to use that domain name... After doing so, everything works like a charm.

Atte</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had this similar error message and tried all of the things you suggested. It did not work.<br />
DNS services were not enabled in the server I was running and I was accessing the remote website using ip-address. The Certificate was of course issued to the full domain name of the remote server. So I added the name of the server to my servers hosts file and changed the address of the http-port to use that domain name&#8230; After doing so, everything works like a charm.</p>
<p>Atte</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SOAP Adapter - Confusing error with an untrusted Root Certificate Authority at At the Coalface: A BizTalk Blog</title>
		<link>http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/comment-page-1/#comment-143</link>
		<dc:creator>SOAP Adapter - Confusing error with an untrusted Root Certificate Authority at At the Coalface: A BizTalk Blog</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.modhul.com/?p=141#comment-143</guid>
		<description>[...] recently wrote about problems with two-factor authentication and installing a certificate in the correct certificate store. Well, we&#8217;ve had similar problems, this time securing the transport link on a SOAP adapter, [...]</description>
		<content:encoded><![CDATA[<p>[...] recently wrote about problems with two-factor authentication and installing a certificate in the correct certificate store. Well, we&#8217;ve had similar problems, this time securing the transport link on a SOAP adapter, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

