RE: Connecting to Axis server from a C# client over SSL

2002-09-29 Thread thomas . cherel
: Sunday, September 29, 2002 8:24 AMTo: '[EMAIL PROTECTED]'Subject: RE: Connecting to Axis server from a C# client over SSL Hi Thomas,   Thanks for following up on this issue.   - My root certificate is installed in Trusted Root Certification Authorities. So that is sa

RE: Connecting to Axis server from a C# client over SSL

2002-09-29 Thread Naresh Bhatia
as the mailing does not like too much such attachments).   Thomas  -Original Message-From: Naresh Bhatia [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:02 PMTo: '[EMAIL PROTECTED]'Subject: RE: Connecting to Axis server from a

RE: Connecting to Axis server from a C# client over SSL

2002-09-28 Thread thomas . cherel
attachments).   Thomas  -Original Message-From: Naresh Bhatia [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:02 PMTo: '[EMAIL PROTECTED]'Subject: RE: Connecting to Axis server from a C# client over SSL Thomas,   I have found the problem

RE: Connecting to Axis server from a C# client over SSL

2002-09-26 Thread Naresh Bhatia
: RE: Connecting to Axis server from a C# client over SSL The IE certificate database is actually not IE specific. It is shared with any other Microsoft application, including .NET ones. So it should work. Here is an extract of a readme file from a sample I wrote some times ago

RE: Connecting to Axis server from a C# client over SSL

2002-09-25 Thread thomas . cherel
in the build.xml file to understand why localhost). Thomas -Original Message-From: Naresh Bhatia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:39 AMTo: [EMAIL PROTECTED]Subject: Connecting to Axis server from a C# client over SSL Hi, I have an Axis

Connecting to Axis server from a C# client over SSL

2002-09-25 Thread Naresh Bhatia
Title: Connecting to Axis server from a C# client over SSL Hi, I have an Axis server running on a SSL port. Axis clients can successfully connect to it. However C# clients give me the following error:     Could not establish trust relationship with remote server What do I have to do