Hi,
When making secured connections, is the request being made from a client
(logged in) application? Or from another service on another machine. If
it is being made from your DMZ service to your back-end service, then you
need to get a server certificate and specify this certificate be used when
you establish the connection. The reason is server based requests don't
have a user context to pick up an automatic negotiated cert for.
It looks as if the server is rejecting the connect request. This is
usually due to there either being no certificate, or a cert that it doesn't
recognize.
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
Thread-Topic: https and vs 1.1
thread-index: AcTchZ+V5W2MnnCEQsSenkdxg4AlHA==
X-WBNR-Posting-Host: 12.156.88.116
From: =?Utf-8?B?TWFya0F1cml0?= <Ma*******@discussions.microsoft.com>
Subject: https and vs 1.1
Date: Tue, 7 Dec 2004 09:53:13 -0800
Lines: 20
Message-ID: <5F**********************************@microsoft.co m>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFT NGXA01.phx.gbl!TK2MSFTNGXA
03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7954
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
I have a web service Im using on a machine via http in a dmz that works
file.
Im now attempting to use it in a second server, this one using https.
When I attempt to add the Web Reference in vs.net 1.1, I get the following
message:
*****************************************
There was an error downloading 'https://<dns
name>/ScheduledJobs.asmx?op=GetMetrics'.
The underlying connection was closed: Unable to connect to the remote
server.
The underlying connection was closed: The proxy name could not be resolved,
verify correct proxy configuration.
*****************************************
The proxy name appears to be resolving, as in the left hand panel the
"test"
.asmx page is displaying with the exposed method (GetMetrics), and I dont
tell it the name of the method, just the name of the .asmx.
Any ideas on how to make this work?
Thanks, Mark