Recent content by _Mirth

  1. M

    Misc Apache server version that works with SSL-v3?

    It's been disabled by default for quite a while now, so you'll probably need to build OpenSSL and Apache yourself. Can't post links, but google 'Compiling Apache with static OpenSSL libraries' for details, and include enable-ssl3 when configuring the OpenSSL build to enable SSLv3. Edit: Also...