|
Home > Archive > BizTalk Server General > August 2004 > SSL and BizTalk?
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]
|
|
| BuZuS 2004-08-24, 12:57 pm |
| Hi everyone.
I have a problem with BizTalk and SSL. I signed a certificate using OpenSSL and installed it on my IIS. this works fine, my web services can be accessed via https.
however if i want an orchestration to use a web service via https, it doesn't work. i have a BizTalk installation on a second machine with pretty much the same configuration.
when i try to invoke the web service, i get a "The underlying connection was closed: Could not establish trust relationship with remote server.". i did several searches and i tried pasting the thumbprint of the certificate in the transport URI and so on, but then i get a "Client certificate could not be found".
is there a guide on how to consume web services via https using BizTalk?
any input appreciated.
thanks in advance.
Henning Wilbert | |
| larry franks 2004-08-27, 6:07 pm |
| When making an HTTPS connection to an SSL secured web server the only thing
the client really needs is the root ca from whatever authority created the
SSL cert on the web server. The errors you are getting sound like there's
a problem recognizing the certificate.
If you open Internet Explorer on the BizTalk machine and try browsing to
the same URL you are using with BizTalk, do you get a popup dialog with
information about the certificate? Also, since this is a web service, if
you try using it with a c# program do you receive the same errors you are
seeing in BizTalk?
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| From: BuZuS <BuZuS.1bill4@mail.webservertalk.com>
| Subject: SSL and BizTalk?
| Date: Tue, 24 Aug 2004 12:57:56 -0500
| Message-ID: <BuZuS.1bill4@mail.webservertalk.com>
| Organization: Web Servers forum
| User-Agent: www.webservertalk.com news gateway
| X-Newsreader: www.webservertalk.com news gateway
| X-Originating-IP: 195.212.29.179
| Newsgroups: microsoft.public.biztalk.general
| NNTP-Posting-Host: ev1s-66-98-192-98.ev1servers.net 66.98.192.98
| Lines: 1
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXS01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:18953
| X-Tomcat-NG: microsoft.public.biztalk.general
|
|
Hi everyone.
| I have a problem with BizTalk and SSL. I signed a certificate using
OpenSSL and installed it on my IIS. this works fine, my web services
can be accessed via https.
| however if i want an orchestration to use a web service via https, it
doesn't work. i have a BizTalk installation on a second machine with
pretty much the same configuration.
| when i try to invoke the web service, i get a "The underlying
connection was closed: Could not establish trust relationship with
remote server.". i did several searches and i tried pasting the
thumbprint of the certificate in the transport URI and so on, but then
i get a "Client certificate could not be found".
| is there a guide on how to consume web services via https using
BizTalk?
| any input appreciated.
| thanks in advance.
|
| Henning Wilbert
--
BuZuS
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message363736.html
|
|
|
|
|
|