SSL and web services - Repost

  • Thread starter Thread starter Wade Redmond
  • Start date Start date
W

Wade Redmond

I'm trying to consume a .net web service with VC++.net. It works fine
without SSL but will not work at all with SSL and no exception is
thrown. Can someone please explain possible causes as to why this is
happening? By the way, no client certificate is required and you can
browse to the URL in IE with no problem, no messages, etc. tia...
 
Hi wjred,

Thanks for you posting in the group!

Maybe the 2 following KB articles would shed light on your problem:

INFO: Building Secure ASP.NET Web Applications Guide
http://support.microsoft.com/?id=330246

HOW TO: Secure XML Web Services with Secure Socket Layer in Windows 2000
http://support.microsoft.com/?id=307267


If those articles don't help to your problem, please feel free to reply
this message.


Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Gary, thanks for your post but it doesn't address the problem at all.

I'm trying to consume a .net web service with vc++.net under https,
not configure a certificate on the server.

Again, the problem is when I'm trying to consume the server when the
endpoint url is https. With http, it works fine however after
changing the endpoint to https the function call will not work and no
exception is thrown. It acts as if the function isn't even there when
executing the code.
 
Hi wjred

Sorry for my misunderstanding of your problem!

I noticed the community member Leon has posted an advise, do you have tried
his suggestion?
If your problem still cannot be resolved, I will look for more resource to
work on your problem.

Thanks!


Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Hi Wade,

How is the problem going now?
Does your problem still persist?

BTW, I want to confirm that is your application a pure .NET program, do you
have used the ATL/MFC approach in your program?


Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top