зеркало из https://github.com/mono/mail-archives.git
135 строки
5.0 KiB
HTML
135 строки
5.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20555621%5D%20NTLM-Authentication%20on%20https%20server%20failes%0A%20on%20certificates&In-Reply-To=bug-555621-28286%40http.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="095241.html">
|
|
<LINK REL="Next" HREF="094993.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20555621%5D%20NTLM-Authentication%20on%20https%20server%20failes%0A%20on%20certificates&In-Reply-To=bug-555621-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Wed Nov 25 17:36:20 EST 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="095241.html">[Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates
|
|
</A></li>
|
|
<LI>Next message: <A HREF="094993.html">[Mono-bugs] [Bug 550722] System.InvalidOperationException: Parameter out of scope
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#95256">[ date ]</a>
|
|
<a href="thread.html#95256">[ thread ]</a>
|
|
<a href="subject.html#95256">[ subject ]</a>
|
|
<a href="author.html#95256">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=555621">http://bugzilla.novell.com/show_bug.cgi?id=555621</A>
|
|
|
|
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=555621#c4">http://bugzilla.novell.com/show_bug.cgi?id=555621#c4</A>
|
|
|
|
|
|
--- Comment #4 from Adrian Eggenberger <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">adrian.eggenberger at arendi.ch</A>> 2009-11-25 22:36:20 UTC ---
|
|
The testcase has a dummy server and dummy credentials. So it is logical that it
|
|
ends in a name resolution problem. I don't have the real data in the testcase
|
|
because it is our real server. I can't give you access to one of the live
|
|
accounts on this server (security), but for the bug it is fine to use the
|
|
correct server with invalid credentials. So you can change the server-uri in
|
|
the testcase to "<A HREF="https://xchsrv03.xchangeonline.ch/ews/Exchange.asmx".">https://xchsrv03.xchangeonline.ch/ews/Exchange.asmx".</A>
|
|
|
|
Under Win32 this results in:
|
|
TEST NTLM with HttpWebRequest class
|
|
-----------------------------------
|
|
Certificate Validation (Problem Code 0x00000000)
|
|
|
|
Certificate Validation (Problem Code 0x00000000)
|
|
|
|
Error: The remote server returned an error: (401) Unauthorized. Status:
|
|
Protocol Error
|
|
|
|
|
|
|
|
TEST NTLM with WebClient class
|
|
------------------------------
|
|
Certificate Validation (Problem Code 0x00000000)
|
|
|
|
Error: The remote server returned an error: (401) Unauthorized. Status:
|
|
Protocol Error
|
|
|
|
Under OSX/MonoTouch it results in:
|
|
TEST NTLM with HttpWebRequest class
|
|
-----------------------------------
|
|
Certificate Validation (Problem Code 0x800B010A)
|
|
|
|
Error: The remote server returned an error: (401) Unauthorized. Status:
|
|
ProtocolError
|
|
|
|
|
|
|
|
TEST NTLM with WebClient class
|
|
------------------------------
|
|
Error: The remote server returned an error: (401) Unauthorized. Status:
|
|
ProtocolError
|
|
|
|
|
|
Is the difference in the Problem Code explainable? Is it possible that the
|
|
problem comes from the credential handling and not from the certificate?
|
|
|
|
If i use the real credentials the output is like in the first description.
|
|
Because of the various Problem Code under OSX/MonoTouch i expected the bug in
|
|
the certificate handling.
|
|
|
|
--
|
|
Configure bugmail: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="095241.html">[Mono-bugs] [Bug 555621] NTLM-Authentication on https server failes on certificates
|
|
</A></li>
|
|
<LI>Next message: <A HREF="094993.html">[Mono-bugs] [Bug 550722] System.InvalidOperationException: Parameter out of scope
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#95256">[ date ]</a>
|
|
<a href="thread.html#95256">[ thread ]</a>
|
|
<a href="subject.html#95256">[ subject ]</a>
|
|
<a href="author.html#95256">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|