Brian May wrote:
On Mon, Mar 17, 2003 at 10:02:11AM +0100, Michael Bell wrote:

I added plain http support to src/modules/openca-ac/AC.pm. If you configure the channel like follows then you can login via an unencrypted connection.

       <channel>
           <type>mod_ssl</type>
           <protocol>http</protocol>
           <source>.*</source>
           <asymmetric_cipher>.*</asymmetric_cipher>
           <asymmetric_keylength>0</asymmetric_keylength>
           <symmetric_cipher>.*</symmetric_cipher>
           <symmetric_keylength>0</symmetric_keylength>
       </channel>


hmmmm... doesn't appear to work:

Error Aborting connection - you are using a wrong channel ()
General Error. 6251023.


Did I get something wrong?

Do you use an apache with mod_ssl? If not then you should allow all protocols:


<protocol>.*</protocol>

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to