Sign inSign up

shawnzhu/apache-openssl

By shawnzhu

Updated almost 11 years ago

Image
1

400

shawnzhu/apache-openssl repository overview

docker-apache-openssl

Docker image for testing SSLCipherSuite option with httpd + openssl.

What is installed

  • CentOS 6.5
  • Apache 2.2.15
  • OpenSSL 1.0.1e

Usage

$ docker run -p 8443:443 -d shawnzhu/apache-openssl

Or with custom SSLCipherSuite in /etc/httpd/conf.d/mod_ssl.conf:

$ docker run -p 8443:443 -e HTTPD_SSL_CIPHER_SUITE="ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW" -d shawnzhu/apache-openssl

Then you should be able to connect to the web server over port 8443:

$ curl -k https://localhost:8443/

Tag summary

Content type

Image

Digest

sha256:3d34ee10a

Size

77.3 MB

Last updated

almost 11 years ago

docker pull shawnzhu/apache-openssl