> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# HOW TO : Use openssl client to check for PCI compliant SSL ciphers
- URL: https://kudithipudi.org/how-to-use-openssl-client-to-check-for-pci-compliant-ssl-ciphers/
- Published: 2012-08-27T16:45:31.000Z
- Updated: 2012-08-27T16:45:31.000Z
- Description: Simple one liner to check if your web server is using strong ciphers [code] openssl s_client -cipher LOW -host SERVER_NAME -port 443 [/code]
- Author: admin
- Tags: HOWTO, Networking, security, Technology, Uncategorized, #wp, #wp-post, #Import 2026-08-23 02:32

Simple one liner to check if your web server is using strong ciphers

```

openssl s_client -cipher LOW -host SERVER_NAME -port 443
```