Advertisement
Guest User

Untitled

a guest
Feb 9th, 2010
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. <VirtualHost *>
  2. ServerAdmin webmaster@seanbrady.us
  3. ServerName billing.seanbrady.us
  4.  
  5. DocumentRoot /home/seanbrady/public_html/billing/
  6. ErrorLog /var/log/apache2/error.log
  7. CustomLog /var/log/apache2/access.log combined
  8.  
  9. SSLEngine on
  10. SSLCertificateFile /home/seanbrady/ssl.cert
  11. SSLCertificateKeyFile /home/seanbrady/ssl.key
  12. SSLProtocol all -SSLv2
  13. SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
  14. SSLCertificateChainFile /etc/apache2/sub.class1.server.ca.pem
  15. SSLCACertificateFile /etc/apache2/ca.pem
  16. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
  17. CustomLog /var/log/apache2/ssl_request_log \
  18. "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
  19.  
  20. </VirtualHost>
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. APACHE ERROR LOGS ---
  32.  
  33. Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }
  34. [Tue Feb 09 16:12:29 2010] [info] mod_slotlimit 1.1 started.
  35. [Tue Feb 09 16:12:29 2010] [info] mod_spamhaus 0.5 started.
  36. [Tue Feb 09 16:12:29 2010] [info] Init: Seeding PRNG with 648 bytes of entropy
  37. [Tue Feb 09 16:12:29 2010] [info] Loading certificate & private key of SSL-aware server
  38. [Tue Feb 09 16:12:29 2010] [info] Init: Requesting pass phrase via builtin terminal dialog
  39. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_pphrase.c(476): encrypted RSA private key - pass phrase requested
  40. [Tue Feb 09 16:12:35 2010] [info] Init: Wiped out the queried pass phrases from memory
  41. [Tue Feb 09 16:12:35 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits)
  42. [Tue Feb 09 16:12:35 2010] [info] Init: Generating temporary DH parameters (512/1024 bits)
  43. [Tue Feb 09 16:12:35 2010] [info] Init: Initializing (virtual) servers for SSL
  44. [Tue Feb 09 16:12:35 2010] [info] Configuring server for SSL protocol
  45. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(414): Creating new SSL context (protocols: SSLv3, TLSv1)
  46. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(544): Configuring client authentication
  47. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(1139): CA certificate: /C=IL/O=StartCom Ltd./OU=Secure Digital Certificate Signing/CN=StartCom Certification Authority
  48. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(607): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM]
  49. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(691): Configuring server certificate chain (1 CA certificate)
  50. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(370): Configuring TLS extension handling
  51. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(738): Configuring RSA server certificate
  52. [Tue Feb 09 16:12:35 2010] [warn] RSA server certificate CommonName (CN) `clients.seanbrady.us' does NOT match server name!?
  53. [Tue Feb 09 16:12:35 2010] [debug] ssl_engine_init.c(777): Configuring RSA server private key
  54. [Tue Feb 09 16:12:35 2010] [error] Unable to configure RSA server private key
  55. [Tue Feb 09 16:12:35 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
  56.  
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement