consuming webservice over ssl problem

From: Rea Peleg (reapeleg_at_barak-online.net)
Date: 01/25/04


Date: Mon, 26 Jan 2004 00:06:43 +0200

Hey all
I'm following msdn's 'Call a Web Service Using SSL' how to.
I have complited successfully the first 2 steps (creating a simple web
service
and configuring the Web Service Virtual Directory to Require SSL (with a
test certificate)).
Now I'm trying to test the Web Service Using a Browser.
I'm using the following url:
https://127.0.0.1/securemath/math.asmx
but i get the 'page cannot be displayed' error.
The same link with the ssl port does not work either
https://127.0.0.1:443/securemath/math.asmx
If I remove the ssl requirement from the webservice site I can access it.
Any idea where I should start looking??
The only flow I can find in my schema is that I'm using a win 2k
professional
machine as server instead of win2k server. Can this be the problem?
Thanks again
Rea



Relevant Pages

  • consuming webservice over ssl problem
    ... Hey all ... I'm following msdn's 'Call a Web Service Using SSL' how to. ... machine as server instead of win2k server. ...
    (microsoft.public.inetserver.iis.security)
  • consuming webservice over ssl problem
    ... Hey all ... I'm following msdn's 'Call a Web Service Using SSL' how to. ... machine as server instead of win2k server. ...
    (microsoft.public.dotnet.security)
  • Re: Need for encryption in WSE 3.0 if using SS-avoid man-in-middle
    ... if the other endpoint has a trusted and valid SSL certificate, he would see the data in cleartext. ... But if you let customers change the endpoint address they must be also able to change the server certificate for mutual authentication..so i don't see a real advantage to use additional message security - and you are in the same situation as with transport security. ... I plan on upgrading my .NET 2.0 web service to use WSE 3.0. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Securing Web Servicesq
    ... a replay attack on the same session is also avoided because ... SSL session. ... I know you could potentially capture a post to a web service ...
    (microsoft.public.dotnet.security)
  • Re: Underlying Connection Was Closed Error
    ... a web service on IIS 6.0 via SSL and using X509 Client Certificates. ... or the .NET Framework Networking and Communication forum at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=40&SiteID=1. ...
    (microsoft.public.dotnet.framework.webservices)