LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-10-2012, 01:25 AM   #1
paulwintech
LQ Newbie
 
Registered: May 2012
Posts: 6

Rep: Reputation: Disabled
GNUTLS connections stails


Hi,

I have issue in gnutls config file..... I followed SSL-enabled Name-based Apache Virtual Hosts with mod_gnutls link.

Herewith i attached my ssl.conf and ssl.conf.gnu file

Issue is when i use ssl.conf.gnu file my cpu utitlization spikes to 100% wherelse if i use ssl.conf file, there was no spike.

Kindly let me know if im doing any wrong

Regards
Paulwintech

SSL.conf.gnu
##
## mod_gnutls uses the GnuTLS library to provide SSL v3, TLS 1.0 and TLS 1.1
## encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does
## not use OpenSSL.
##

## Remarks have 2 (##) pound signs, options that you might enable have only 1 (#)

## Documentation Link:
## http://www.outoforder.cc/projects/ap...d_gnutls/docs/

## Load the module into Apache.
LoadModule gnutls_module modules/mod_gnutls.so
##

## Set Certificate MIME-types, may instead be in ssl.conf
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
##

## Set TLS Cache info
GnuTLSCache dbm "/var/cache/mod_gnutls_cache"
GnuTLSCacheTimeout 300
##

## With normal SSL Websites, you need one IP Address per-site.
## This could also be 'Listen *:443', just like '*:80' is common for non-https
## This may instead be in your ssl.conf file
Listen 10.251.103.159:443
##

## This may be enabled instead in your ssl.conf file
NameVirtualHost 10.251.103.159:443
##

##
## SSL Virtual Host Context
##
<VirtualHost 10.251.103.159:443>
ServerName site1.example.com
GnuTLSEnable on
GnuTLSCertificateFile /etc/pki/tls/certs/site1.crt
GnuTLSKeyFile /etc/pki/tls/private/site1.key
DocumentRoot /var/www/vhosts/site1.example.com/httpdocs
ErrorLog "|/usr/sbin/cronolog /etc/httpd/logs/ssl_site1-error_log"
CustomLog "|/usr/sbin/cronolog /etc/httpd/logs/ssl_site1-access_log" combined
</VirtualHost>

<VirtualHost 10.251.103.159:443>
ServerName site2.example.com
GnuTLSEnable on
GnuTLSCertificateFile /etc/pki/tls/certs/site2.crt
GnuTLSKeyFile /etc/pki/tls/private/site2.key
DocumentRoot /var/www/vhosts/site2.example.com/httpdocs
ErrorLog "|/usr/sbin/cronolog /etc/httpd/logs/ssl_site2-error_log"
CustomLog "|/usr/sbin/cronolog /etc/httpd/logs/ssl_site2-access_log" combined
</VirtualHost>

Include conf.d/tomcat.jkm
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Pidgin doesn't find gnutls 2.5.9 Squall90 Slackware 6 04-21-2010 03:20 PM
gnutls 1.4.4 update missmoondog Zenwalk 5 10-28-2006 11:39 PM
Gaim and MSN with GnuTLS Nylex Linux - Software 2 09-02-2004 07:06 AM
--with-gnutls-includes=PREFIX shanenin Linux - Software 2 10-19-2003 01:16 PM
GNUTls compilation error Teddy_Horse Linux - Software 0 10-19-2003 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration