Hello Tyhrstan,
From your description, you have an web service applications which has been
deployed as secured(https/ssl) and non-secured on two webservers work as
loading balance mode. However, when you try consuming the secured
webservice, you always get exception, correct?
Based on my experience, for consuming https/ssl secured ASP.NET webservice,
you need to first create the webservice proxy through non-secured endpoint
(http:// url), and then manually change the address to https one.
Also, for https/ssl secured webservice, so far I only ever met some
problems about the validation of server-side certificate. Because for
HTTPS/SSL, the client-side will always try validating the server
certificate of the SSL server-side, if the certificate is not recognized as
a trusted one, then, it will raise exception (for webservice scenario since
it is non-interactive). Here is a web article mentioned this:
http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx I suggest you try consuming the https/ssl secured webservice without using
load balance mode to see whether you can correctly consume it. If still
not, the problem should be related to the ssl/https channel intialization.
If it works, the problem should be caused by the load balance mode.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.