|
Home > Archive > BizTalk Server General > June 2006 > Help needed, http adapter not working with certificate
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help needed, http adapter not working with certificate
|
|
| twang090@gmail.com 2006-06-26, 1:17 am |
| I am using XML via HTTP to access a secure site with certificate. The
administrator installed certificate, verified the installation
successful by accessing the target URL in a browser, enter the private
key in the prompted window, and able to get some xml message back.
I extracted the thumb print from the certificate, put it on HTTP send
port property, but when I tried to test it by running the
orchestration, I always get an event log reported by BizTalk in event
log '....HTTP 403 forbidden ...', I am confused and really have no idea
how to fix it.
Anyone could offer some help? Thanks in advance.
| |
| Matt Meleski 2006-06-27, 1:16 am |
| When installing the certificate, use the MMC snap in console to do so.
If using Windows 2003:
From the Start Menu choose Run:
Type in -> MMC and then hit ok in the dialog.
After the MMC console launches, from the menu choose:
File -> Add/Remove Snap in
Add the -> Certificate Snap in.
Choose -> Computer Account.
Install the certificate under -> Other People.
I think I got the above right, but check the below paper on BizTalk and
certificates to make sure:
http://msdn.microsoft.com/library/d...2052cf2f1ce.asp
On the Send port did you also specify the certificate to use?
In the Outbound Encryption section of the Send Port, make sure that the
correct
-> Certificate Name has been chosen in the dropdown.
"twang090@gmail.com" wrote:
> I am using XML via HTTP to access a secure site with certificate. The
> administrator installed certificate, verified the installation
> successful by accessing the target URL in a browser, enter the private
> key in the prompted window, and able to get some xml message back.
>
> I extracted the thumb print from the certificate, put it on HTTP send
> port property, but when I tried to test it by running the
> orchestration, I always get an event log reported by BizTalk in event
> log '....HTTP 403 forbidden ...', I am confused and really have no idea
> how to fix it.
>
> Anyone could offer some help? Thanks in advance.
>
>
|
|
|
|
|