Configuring the SSL and TLS connections allowed by ZXTM

The Payment Card Industry, including Visa and Mastercard, require banks, merchants and Member Service Providers to protect cardholder information by adhering to a strict set of security standards. The Payment Card Industry security standard (PCI) includes MasterCard's Site Data Protection (SDP) program and Visa's Cardholder Information Security Program (CISP).

Selecting the SSL and TLS ciphers and protocols used

To fully comply with the security standards outlined by the Payment Card Industry you will need to restrict the SSL ciphers and protocol versions that ZXTM allows clients to use:

  1. Disabling Weak SSL3 Ciphers in ZXTM
  2. Disabling SSL version 2 in ZXTM
  3. Enabling TLS 1.0 and 1.1 in ZXTM
  4. Disabling SSL2 in the Zeus Admin Interface
  5. Disabling Weak SSL3 Ciphers in the Zeus Admin Interface

Disabling Weak SSL3 Ciphers in ZXTM

Navigate to:

SYSTEM > GLOBAL SETTINGS > SSL CONFIGURATION

ZXTM's Cipher List

Enter the below ciphers:

SSL_RSA_WITH_RC4_128_SHA:SSL_RSA_WITH_RC4_128_MD5:SSL_RSA_WITH_AES_256_CBC_SHA:
SSL_RSA_WITH_3DES_EDE_CBC_SHA:SSL_RSA_WITH_AES_128_CBC_SHA

Disabling SSL version 2 for client connections in ZXTM

Navigate to:

SYSTEM > GLOBAL SETTINGS > SSL CONFIGURATION

Disable the setting ssl!support_ssl2.

SSL version 2 has known weaknesses.

Enabling TLS 1.0 and 1.1 in ZXTM

Navigate to:

SYSTEM > GLOBAL SETTINGS > SSL CONFIGURATION

Enable the settings ssl!support_tls1 and ssl!support_tls1.1.

Disabling SSL2 in the Zeus Admin Interface

In $ZEUSHOME/admin/global.cfg enter:

tuning!support_ssl2 no

Disabling Weak SSL3 ciphers in the ZXTM Administrator Interface

In $ZEUSHOME/admin/global.cfg insert, on one continous line:

tuning!ssl3_ciphers
SSL_RSA_WITH_RC4_128_SHA:SSL_RSA_WITH_RC4_128_MD5:SSL_RSA_WITH_AES_256_CBC_SHA:
SSL_RSA_WITH_3DES_EDE_CBC_SHA:SSL_RSA_WITH_AES_128_CBC_SHA

Please remember to re-start your admin server.

We recommend using:

$ZEUSHOME/admin/rc restart
Chris Buckley [Zeus Support] 12 June 2006 Bookmark with del.icio.us Post this article to Digg Post this article to reddit Post this article to Facebook Tweet this article 3 comments  

Comments:

This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.

Comment from: Jake van Schaik [Visitor] · http://shop.vodafone.co.uk
Typo: "continous" should be "continuous" ;)

Thanks for the useful article
Permalink 23 August 2007 @ 15:12
Comment from: Brian Clark [Visitor]
It would be nice to see more information from Zeus about PCI compliance using ZXTM. For example, this article is called "Conforming to the Payment Card Industry" but it really only talks to a single issue within PCI, which is PCI Requirement 4.1 "Use strong cryptography and security protocols".

Aside from that, it is very useful to have these commands together in one place.
Permalink 21 May 2008 @ 15:42
Comment from: Owen Garrett [Zeus Dev Team]
The article has been updated to make it clearer that it only refers to the configuration of security protocols.
Permalink 27 November 2008 @ 11:14
Leave a comment ...
Your email address will not be displayed.
Your URL will be displayed.
This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.
Options:
 
(Line breaks become <br />)
(Set cookies for name, email & url)

Recently...

Other Resources