E
Esquerel
Hello,
This is my first post, so i don't really now if i'm in the right group here.
We have 2 servers behind a load balancer, SSL offLoading is enabled on the
loadbalancer.
Both servers contain 2 identical webservices.
the first can be contacted trough http.
the other through https.
When in VS.NET i add a WebRefence to the secured webservice
(https://website/webservice/webservice.asmx) I get the following
Error message:
--
Unable to download following files from .
http://website:81/webservice/webservice.asmx?wsdl
Do you want to skip these files and continue?
--
When i contact the first webservice, everything works ok.
When i set the the webreference to Dynamic URL behavoir and
change the webreference URL to the secured webservice the following
exception
occures:
--
"System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
please try later --->
System.ApplicationException: An error occured processing an outgoing fault
response\n
--- End of inner exception stack trace ---"
--
Does anyone now how to fix this problem?
Is it true that to problem lies in the loadbalancer, that the SSL offloading
is causing the problem
cause SSL encryption occures on the loadbalancer and not on the 2 server?
Thanks in advance,
Regards,
Tyhrstan van den Berg
This is my first post, so i don't really now if i'm in the right group here.
We have 2 servers behind a load balancer, SSL offLoading is enabled on the
loadbalancer.
Both servers contain 2 identical webservices.
the first can be contacted trough http.
the other through https.
When in VS.NET i add a WebRefence to the secured webservice
(https://website/webservice/webservice.asmx) I get the following
Error message:
--
Unable to download following files from .
http://website:81/webservice/webservice.asmx?wsdl
Do you want to skip these files and continue?
--
When i contact the first webservice, everything works ok.
When i set the the webreference to Dynamic URL behavoir and
change the webreference URL to the secured webservice the following
exception
occures:
--
"System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
please try later --->
System.ApplicationException: An error occured processing an outgoing fault
response\n
--- End of inner exception stack trace ---"
--
Does anyone now how to fix this problem?
Is it true that to problem lies in the loadbalancer, that the SSL offloading
is causing the problem
cause SSL encryption occures on the loadbalancer and not on the 2 server?
Thanks in advance,
Regards,
Tyhrstan van den Berg