Cannot add a Web Reference to a VS.Net 2005 Project using SSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DWoood

    Cannot add a Web Reference to a VS.Net 2005 Project using SSL

    Background:

    We have been developing a Web Services Project (let's call it "MyServices ")
    for several months and have had no problems with it. In fact other members
    of my team are still developing in MyServices just fine. This is only an
    issue on my box. A day or two ago, something changed in VS or IIS (not in
    code) and I cannot identify it. I have re-fetched the source code of
    MyServices numerous times from Source Control and it compiles just fine, but
    when we go to reference MyServices from another project is when the issue
    appears.

    Where I first noticed this is that we have a second project that references
    several Web Services in MyServices and when I went to Update those Web
    References it failed with the same message below. After further
    investigation I found I cannot Add or Update Web References that point to
    MyServices.

    MyServices is using WSE3.0

    Here is the error message:

    =============== =============== ======

    There was an error downloading
    'https://localhost/MyServices/SomeWebService. asmx'.

    The underlying connection was closed: An unexpected error occurred on a
    receive.

    m_safeCertConte xt is an invalid handle.

    =============== =============== ======

    I have cleaned my box of all ASP.NET Temp files, uninstalled/re-installed
    WSE, removed the MyServices Web and recreated it, run ASPNet_regIIS, etc.

    Other Info that may be helpful:

    -I can successfully add Web References to Web Services that are NOT in
    MyServices
    -I can successfully add Web References to MyServices if I do NOT use SSL
    -I can successfully open/execute Web Services in MyServices using IE (with
    or without SSL)
    -I am using the "Server Private.pfx" sample certificate that is installed
    with WSE


    I've tried about every tip I could Google, but nothing has worked. Any tips
    would be much appreciated.

    Darren

Working...