WSDL under SSL from Accelerator

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: CLL (CLL_at_discussions.microsoft.com)
Date: 08/12/04


Date: Wed, 11 Aug 2004 19:43:02 -0700

I am trying to consume a webservice that is behind an accelerator that has a
hardware SSL. This accelerator forwards requests on port 443 to a webfarm
that the webservers receive on port 80. They do not know about the SSL.

When I do a request for the wsdl document, the service section looks like
the following:

  <service name="VMCWS">
    <port name="VMCWSSoap" binding="s0:VMCWSSoap">
      <soap:address location="http://mydomain.com/vmc/vmcws.asmx" />
    </port>
    <port name="VMCWSHttpGet" binding="s0:VMCWSHttpGet">
      <http:address location="http://mydomain.com/vmc/vmcws.asmx" />
    </port>
    <port name="VMCWSHttpPost" binding="s0:VMCWSHttpPost">
      <http:address location="http://mydomain.com/vmc/vmcws.asmx" />
    </port>
  </service>

Note it does not show https: in the http:address locations. If I do this in
a normal SSL scenerio, those addresses do have the https: in them.

Since we need this to run behind the accelorator, I need to find a way to
customize this section to put https in there instead. Is there a way of
doing this?

I have a parameter that gets set in the web.config file that will tell me if
I should be under https. I can use this if there is a way to customize this
section?

Thanks,

Keith



Relevant Pages

  • Re: RWW with no https
    ... I do not consider a:8080 a url that is appropriate for a SSL end user connection. ... So just so we are all clear, RWW HAS to go over HTTPS. ... Even if I do https but port 8080 would not matter ...
    (microsoft.public.windows.server.sbs)
  • Re: multiple secure websites on a server
    ... SSL doesn't support host header. ... I can not open the first site with HTTPS. ... IIS can allow multiple sites to listen ... > on port 80 but with HTTPS, IIS allow only one site listen ...
    (microsoft.public.inetserver.iis.security)
  • Re: ISA 2004 HTTPS Protocol Port Addition
    ... HTTP will run any port "as is" with no rule changes. ... HTTPS will run on any port if you hack the ISA with a script to tell it to ... SSL Tunneling; Informational RFC ... Tunneling SSL Through a WWW Proxy ...
    (microsoft.public.isa)
  • Re: RWW with no https
    ... go to that server even though I am using a different port. ... Your new site can be configured to use SSL on another port besides 443 and you can then configure your router to forward *all* traffic on that port to your SBS box. ... That way you still get the benefit of https because as others have pointed out, you *shouldn't* look at disabling SSL. ...
    (microsoft.public.windows.server.sbs)
  • Re: IIS SSL and Multiple Ports
    ... You have to go to the SSL port when using https scheme. ... >>I am running multiple websites on my test Windows ...
    (microsoft.public.inetserver.iis.security)