RE: https and vs 1.1

From: Dan Rogers (danro_at_microsoft.com)
Date: 12/07/04


Date: Tue, 07 Dec 2004 19:55:42 GMT

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?= <MarkAurit@discussions.microsoft.com>
Subject: https and vs 1.1
Date: Tue, 7 Dec 2004 09:53:13 -0800
Lines: 20
Message-ID: <5F596ADB-3E46-4200-9758-3D9D45BB8E44@microsoft.com>
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!TK2MSFTNGXA01.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://
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



Relevant Pages

  • Re: Anonymous Anonymity - Request For Comments
    ... > and request that you reply directly to my e-mail address. ... > for the entity wishing to preserve their anonymity. ... > the machine can perform as a Intermediary Server and / or as a Intermediary ... > The software then attempts connection to a Intermediary Server. ...
    (Bugtraq)
  • Re: Performance Issue with Runtime Image
    ... >> the client, closes the connection, then dies. ... request before even accepting the next incoming connection. ... The client program is unaffected so presumably the server is ...
    (comp.lang.smalltalk.dolphin)
  • Re: IIS 6.0 Windows Authentication 401 Every Request
    ... both working for an internal server. ... every request to a page, it'll throw a 401, and then the next request ... It is up to the client to provide evidence, ... the request or connection maintained. ...
    (microsoft.public.inetserver.iis.security)
  • Re: RPC over HTTPs
    ... and I did make the changes in the registry. ... on the server told me that store.exe was not actually listening on port 6001 ... THAT will break RPC over HTTPS for sure. ... I can see the 'mail' connection tries to ...
    (microsoft.public.exchange.connectivity)
  • Re: async i/o completion routines, threading question
    ... Our code was using GetRequestStream() to post the request synchronously, ... I have both client and server logging and it's 13 seconds between ... HttpListener stuff on the server side, but 13 seconds to open a connection ...
    (microsoft.public.dotnet.framework)