Doug
2005-01-07 10:25:02 UTC
Hi
I'm having a final shot at getting some advice on this! This time I'm using
my shiny new "nospam" email alias, so hopefully someone at Microsoft MSDN
will take a look and comment.
I have BizTalk Server 2004 with an HTTP send port configured to post an XML
file to an https URL. Proxy is set to "Don't use". Under the authentication
tab I have Authentication Type set to Anonymous (I've also tried Kerberos),
but have a valid SSL client certifcate thumbprint set. The client certificate
is in the Personal store of the account BizTalk runs as.
On the target system (where the URL points to) IIS is set to require SSL and
require client certificates The certificate is mapped to a local windows
account. All other authentication methods are disabled.
Whenever I try sending via the send port, the message is suspended with the
error "The remote server returned an error: (403) Forbidden."
I know that the BizTalk server is capable of authenticating and HTTP posting
because I can logon as the BizTalk account and run a small vbs script which
uses WinHttpRequest (using SetCredentials to specify the same client
certificate) to post a file to the web server, and this works OK.
What have I missed? It would be good if someone could confirm that they have
this working.
Thanks in advance.
I'm having a final shot at getting some advice on this! This time I'm using
my shiny new "nospam" email alias, so hopefully someone at Microsoft MSDN
will take a look and comment.
I have BizTalk Server 2004 with an HTTP send port configured to post an XML
file to an https URL. Proxy is set to "Don't use". Under the authentication
tab I have Authentication Type set to Anonymous (I've also tried Kerberos),
but have a valid SSL client certifcate thumbprint set. The client certificate
is in the Personal store of the account BizTalk runs as.
On the target system (where the URL points to) IIS is set to require SSL and
require client certificates The certificate is mapped to a local windows
account. All other authentication methods are disabled.
Whenever I try sending via the send port, the message is suspended with the
error "The remote server returned an error: (403) Forbidden."
I know that the BizTalk server is capable of authenticating and HTTP posting
because I can logon as the BizTalk account and run a small vbs script which
uses WinHttpRequest (using SetCredentials to specify the same client
certificate) to post a file to the web server, and this works OK.
What have I missed? It would be good if someone could confirm that they have
this working.
Thanks in advance.
--
Doug
Doug