I have done some testing since this post back in April and the biggest difference between mod-ssl and apache-ssl that I have found it that mod-ssl supports DSO and EAPI. I use DSO to load other modules (PHP, Auth_mysql, etc). SO my obvious choice was mod-ssl, but Apache-ssl did work fine if you wanted an plain SSL server.
, mod_ssl was originally written using the apache-ssl code as a model but has since evolved such that this is no longer the case. They are functionally similar and both use the openssl libraries. It seems to me that mod_ssl is somewhat more popular and better documented but thats not to say that there's anything 'wrong' with apache-ssl.
Like a lot of things in the linux/bsd arena there are alternative ways of doing the same things and the choice is up to you.
okay - i was wrong - sorry hokey. I have just started to implement mod_ssl and from my reading it was mod_ssl that was the latest and the greatest version to use. While were are on the subject - do anyone of you two know how to implement certificate based authentication without using a https server. I can get certificate based authentication working in a https server but i want my server to remain http. Is this even possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.