Re: [Modules] Fwd: mod_gnutls

2010-11-23 Thread Adnan RIHAN
I'll try, thank you !

--
Cheers, Max13


2010/11/23 Nikos Mavrogiannopoulos 

> On Mon, Nov 22, 2010 at 8:35 PM, Max13  wrote:
>
> > 34) Base64 decoding error.this Certificatefile is ok under normal
> mod_ssl.can
> > you give me some advices that i can resolve this problem?part of my
> apache
> > conf:72 LoadModule gnutls_module modules/mod_gnutls.so 73 #GnuTLSCache
> None
> > "cbg.163.com xyq.cbg.163.com" 74 #GnuTLSCacheTimeout 500 75  76
> NameVirtualHost
> > Hello !
> > Did you find a solution ?
> > I have a similar problem:
> > GnuTLS: Failed to Import Certificate '/etc/apache2/ssl/ispcp.crt': (-207)
> Base64
> > unexpected header error.
>
> Use the latest gnutls 2.10.x or remove the stray spaces from the PEM
> headers.
>
> regards,
> Nikos
>
>
___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules


Re: [Modules] Fwd: mod_gnutls

2010-11-23 Thread Nikos Mavrogiannopoulos
On Mon, Nov 22, 2010 at 8:35 PM, Max13  wrote:

> 34) Base64 decoding error.this Certificatefile is ok under normal mod_ssl.can
> you give me some advices that i can resolve this problem?part of my apache
> conf:72 LoadModule gnutls_module modules/mod_gnutls.so 73 #GnuTLSCache None
> "cbg.163.com xyq.cbg.163.com" 74 #GnuTLSCacheTimeout 500 75  76 
> NameVirtualHost
> Hello !
> Did you find a solution ?
> I have a similar problem:
> GnuTLS: Failed to Import Certificate '/etc/apache2/ssl/ispcp.crt': (-207) 
> Base64
> unexpected header error.

Use the latest gnutls 2.10.x or remove the stray spaces from the PEM headers.

regards,
Nikos
___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules


Re: [Modules] Fwd: mod_gnutls

2010-11-22 Thread Max13
Edward Rudd  writes:

> 
> 
> 
> Begin forwarded message:
> 
> 
> From: Web Response 
> Date: May 19, 2009 4:09:02 AM GMT-04:00
> To: Edward Rudd 
> Subject: mod_gnutls
> Reply-To: ljian 
>  
> This message sent from ljian .Message: 
hi:   I have a question in using mod_gnutls,after i install mod_gnutls 
successfully and write apache conf like this url 
show:http://www.outoforder.cc/projects/apache/mod_gnutls/docs/#examplebut i got 
a error:Syntax error on line 80 of /home/apache2.2.10/conf/extra/httpd-
ssl.conf:GnuTLS: Failed to Import Certificate '/home/ljian/cbg.163.com.crt': (-
34) Base64 decoding error.this Certificatefile is ok under normal mod_ssl.can 
you give me some advices that i can resolve this problem?part of my apache 
conf:72 LoadModule gnutls_module modules/mod_gnutls.so 73 #GnuTLSCache None 
"cbg.163.com xyq.cbg.163.com" 74 #GnuTLSCacheTimeout 500 75  76 NameVirtualHost 
*:443 77  78 GnuTLSEnable on 79 GnuTLSPriorities NORMAL 80 
GnuTLSCertificateFile  /home/ljian/cbg.163.com.crt 81 
#GnuTLSPGPCertificateFile "/home/ljian/cbg.163.com.crt" 82 GnuTLSKeyFile 
 "/home/ljian/cbg.163.com.key"..    
> 
> 
> 
> 
> 
> 
> ___
> Modules mailing list
> modu...@...
> http://lists.outoforder.cc/mailman/listinfo/modules
> 

Hello !
Did you find a solution ?
I have a similar problem:

GnuTLS: Failed to Import Certificate '/etc/apache2/ssl/ispcp.crt': (-207) 
Base64 
unexpected header error.

Any Idea ?
--
Cheers, Max13

___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules


Re: [Modules] Fwd: mod_gnutls

2008-10-28 Thread Simon Josefsson
Nikos Mavrogiannopoulos <[EMAIL PROTECTED]> writes:

> Edward Rudd wrote:
>
>>> Hello, Edward Rudd:
>>>I am interesting in "mod_gnutls" module, but now i
>>> want to known that if this module will support TLS-PSK cipher suite?
>>> or support it in the road map?
>>>
>>> Whuige
>
> Hello,
>  No TLS-PSK is not on the roadmap. TLS-PSK is not for web
> authentication. If you are interested for password authentication check
> TLS-SRP which is supported already by mod_gnutls.

Maybe TLS-PSK could be useful for automated non-browser uses though?

/Simon
___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules


Re: [Modules] Fwd: mod_gnutls

2008-10-28 Thread Nikos Mavrogiannopoulos
Edward Rudd wrote:

>> Message:
>>
>> Hi, I could compile mod_gnutls 0.5.3 successfully but it makes httpd
>> crash immediately on start, there is nothing written into error_log.
>> I'm on Fedora 9, Apache 2.2.10, gnutls 2.6.0, mod_ssl disabled. I
>> removed fedora gnutls and recompiled the one from gnu.org. The rest is
>> distro default. I have indicated the correct path to apxs and
>> libgnutls while configure.
>>
>> Silly question, I saw on your site "A SSL/TLS Encryption Module
>> for Apache 2.1." So I suppose it's not compatible with Apache 2.2?

Hello,
 It is compatible with apache 2.2. Could you try running apache with gdb
or valgrind and check where the crash is? Also increase the logging
level just in case the error wasn't shown.

regards,
Nikos
___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules


Re: [Modules] Fwd: mod_gnutls

2008-10-28 Thread Nikos Mavrogiannopoulos
Edward Rudd wrote:

>> Hello, Edward Rudd:
>>I am interesting in "mod_gnutls" module, but now i
>> want to known that if this module will support TLS-PSK cipher suite?
>> or support it in the road map?
>>
>> Whuige

Hello,
 No TLS-PSK is not on the roadmap. TLS-PSK is not for web
authentication. If you are interested for password authentication check
TLS-SRP which is supported already by mod_gnutls.

regards,
Nikos
___
Modules mailing list
Modules@lists.outoforder.cc
http://lists.outoforder.cc/mailman/listinfo/modules