Search 5,000,000+ questions and answers.

Frequently Asked Questions

What SSL Ciphers are supported by mod_ssl?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
Usually just all SSL ciphers which are supported by the version of OpenSSL in use (can depend on the way you built OpenSSL). Typically this at least includes the following: In order to use Anonymous Diffie-Hellman (ADH) ciphers, it is not enough to just put ''ADH'' into your SSLCipherSuite. Additionally you have to build OpenSSL with ''-DSSL_ALLOW_ADH''. Because per default OpenSSL does not allow ADH ciphers for security reasons.
Related Questions

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
Usually, any SSL ciphers supported by the version of OpenSSL in use, are also supported by mod_ssl. Which ciphers are available can depend on the way you built OpenSSL. Typically, at least the following ciphers are supported:
Related Questions

What encryption ciphers are supported over the internet?

Frequently Asked Questions (FAQ's)
present, the ciphers supported by Transport Layer Security (TLS) protocol are Rivest Cipher 2 (RC2), Rivest Cipher 4 (RC4), International Data Encryption Algorithm (IDEA), Data Encryption Standard (DES), and triple DES (3DES). The addition of the Advanced Encryption Standard (AES) cipher suites will be supported the near future.
Related Questions

Exactly how strong are these ciphers?

Frequently Asked Questions
It is impossible to measure cipher strength. Generally speaking, a cipher is strong until somebody proves it is weak, so it is mostly a matter of trust. However all the ciphers we provide got a lot of attention from cryptanalysts, and no practical weaknesses were discovered. Because of this all of the supported ciphers (with exception of DES) are considered very strong. Please note that DES cannot be trusted because of its very short (56 bits) key.
Related Questions

What is the history of mod_ssl?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
The mod_ssl v1 package was initially created in April 1998 by Ralf S. Engelschall via porting Ben Laurie's Apache-SSL 1.17 source patches for Apache 1.2.6 to Apache 1.3b6. Because of conflicts with Ben Laurie's development cycle it then was re-assembled from scratch for Apache 1.3.0 by merging the old mod_ssl 1.x with the newer Apache-SSL 1.18. From this point on mod_ssl lived its own life as mod_ssl v2. The first publicly released version was mod_ssl 2.0.0 from August 10th, 1998.
Related Questions

What about mod_ssl and the Wassenaar Arrangement?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
First, let us explain what Wassenaar and its Arrangement on Export Controls for Conventional Arms and Dual-Use Goods and Technologies is: This is a international regime, established 1995, to control trade in conventional arms and dual-use goods and technology. It replaced the previous CoCom regime.
Related Questions

Are SSL Certificates Supported?

Windows SharePoint Services - FAQ
No. You subscribe to a dedicated Windows SharePoint Service if you wish to use SSL certificates. Pricing and information related to dedicated Windows SharePoint Services are located here.
Related Questions

What is SSL... ?

BuddyHosting.com Quality Hosting You Can Afford
What is SSL? The SSL security protocol provides data encryption, server authentication, message integrity, and optional client authentication for a TCP/IP connection. Because SSL is built into all major browsers and web servers, simply installing a digital certificate turns on their SSL capabilities.
Related Questions

Which webservers are supported by IIS Mod-Rewrite?

IIS Mod-Rewrite by Micronovae - IIS mod_rewrite, IIS Rewrite...
The most frequent reasons that IIS Mod-Rewrite may not work or may seem not to work are the following three: You may have not activated IIS Mod-Rewrite. In such case, IIS Mod-Rewrite stops working after 30 minutes or after 1000 request, whichever is reached first. You need to restart IIS to get IIS Mod-Rewrite back working for another 30 minutes or 1000 requests. Your configuration script may have errors, or the regular expressions in it may be misconfigured, thus not working as you want.
Related Questions

What C SDKs are supported? What about SSL?

PerLDAP: Frequently Asked Questions
All released C SDK versions are supported in PerLDAP v1.2 and later. In v1.0 we only verified SDK v1.2 and SDK v3.0. As of v1.2, the Mozilla C SDK source should also work out of the box with PerLDAP. PerLDAP has full support for SSL, but only if your C SDK has support for it. The Mozilla C SDK source on mozilla.org does not have SSL support, but the DevEdge binary distributions do.
Related Questions

Is Secure Socket Layer (SSL) supported?

Total Access Emailer FAQs
Yes. Total Access Emailer supports sending messages through mail servers that require authentication, as well as servers with secure socket layer (SSL). Refer to the "SMTP Settings" help file topic for details. No. Total Access Emailer only sends emails. It does not receive emails or process emails such as removal and unsubscribe requests. In general, removal and unsubscribe requests should be handled by a web site that interacts with your mailing list database.
Related Questions

Is mod_ssl Year 2000 compliant?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
Because first mod_ssl internally never stores years as two digits. Instead it always uses the ANSI C & POSIX numerical data type time_t type, which on almost all Unix platforms at the moment is a signed long (usually 32-bits) representing seconds since epoch of January 1st, 1970, 00:00 UTC. This signed value overflows in early January 2038 and not in the year 2000.
Related Questions

Is mod_ssl affected by the Wassenaar Arrangement?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
First, let us explain what Wassenaar and its Arrangement on Export Controls for Conventional Arms and Dual-Use Goods and Technologies is: This is a international regime, established in 1995, to control trade in conventional arms and dual-use goods and technology. It replaced the previous CoCom regime. Further details on both the Arrangement and its signatories are available at http://www.wassenaar.org/.
Related Questions

How do I know which mod_ssl version is for which Apache version?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
That's trivial: mod_ssl uses version strings of the syntax <mod_ssl-version>-<apache-version>, for instance 2.4.0-1.3.9. This directly indicates that it's mod_ssl version 2.4.0 for Apache version 1.3.9. And this also means you only can apply this mod_ssl version to exactly this Apache version (unless you use the --force option to mod_ssl's configure command ;-).
Related Questions

My Apache dumps core when I add both mod_ssl and PHP3?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
Make sure you add mod_ssl to the Apache source tree first and then do a fresh configuration and installation of PHP3. For SSL support EAPI patches are required which have to change internal Apache structures. PHP3 needs to know about these in order to work correctly. Always make sure that -DEAPI is contained in the compiler flags when PHP3 is built.
Related Questions

What support contacts are available in case of mod_ssl problems?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
The following lists all support possibilities for mod_ssl, in order of preference, i.e. start in this order and do not pick the support possibility you just like most, please. This is the preferred way of submitting your problem report, because this way it gets filed into the bug database (it cannot be lost) and send to the modssl-users mailing list (others see the current problems and learn from answers). This is the second way of submitting your problem report.
Related Questions

What information resources are available in case of mod_ssl problems?

SSL/TLS Strong Encryption: FAQ - Apache HTTP Server
The following information resources are available. In case of problems you should search here first. Answers in the User Manual's F.A.Q. List (this) http://httpd.apache.org/docs/trunk/ssl/ssl_faq.html First check the F.A.Q. (this text). If your problem is a common one, it may have been answered several times before, and been included in this doc. Postings from the modssl-users Support Mailing List http://www.modssl.
Related Questions

Can I become a Mod or Admin?

Frequently Asked Questions
Laska chooses all mods and admins, usually out of longtime players who are active, helpful, and older. People who ask never get the job.
Related Questions

Can I be a mod?

ProBoardsŪ Support - READ FIRST: FREQUENTLY ASKED QUESTIONS
Yes you can change the colour of the scrollbar. Go to this scrollbar generator, and try out a few colors, and they'll give you the code to put into your headers. These are a few sites that list some of the most commonly used hexidecimal colours that can be used to change the colours of your forums.
Related Questions

Which operating systems are supported by IIS Mod-Rewrite?

IIS Mod-Rewrite by Micronovae - IIS mod_rewrite, IIS Rewrite...
IIS Mod-Rewrite Standard is designed for Windows Server 2000 and Windows Server 2003. It is also successfully tested on Windows XP Pro, Windows Vista and Windows Longhorn Server, but it is not recommended to be used on any other operating system than Windows 2000/2003 Server. IIS Mod-Rewrite Pro is designed only for Windows Server 2003.
Related Questions

Is it well supported?

Health Fund Oral Health Grants Availability and Information
Above we refer to the unqualified approval community water fluoridation has received from major U.S. health organizations. It has been endorsed by the American Dental Association, American Medical Association, U.S. Department of Defense, and the Centers for Disease Control and Prevention (CDC).
Related Questions

amp; 47cc CAG FAQ <-- READ TO AVOID PROBLEMS! - Pocket Bi...
Re-gap spark plug spacing to .025 Inches. You may also want to pick up the NGK BM7A (Use the spark plug disc you get at any auto parts counter for like 99 cents) Primarily an engine teardown, modification and reassembly. It includes bumping the compression, indexing the piston and other porting. Depending upon the builder and methodology, it can be done to yield more bottom end, midrange or top end power.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact