summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48fbb3b..0c048c9 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Simple PHP script which decodes an SSL connection and/or certificate and display
- JSON API
- Warnings for bad connection settings or certificate options
- Heartbleed test
+- SNI specific testing
## Requirements
@@ -50,6 +51,8 @@ Unpack and go!
Browse to https://your-server/ssl-decoder.
+The default timeout for checks is 2 seconds. If this is to fast for your internal services, this can be raised in the `variables.php` file.
+
### OpenSSL compilation
If you want to use the latest OpenSSL and your distro doesn't shit with it you can compile your own OpenSSL and replace the system one. Do note that this might break stuff.
@@ -83,11 +86,10 @@ The SSL Decoder includes Piwik Javascript tracking code. If you self host it, yo
Endpoint: `/json.php`.
-
Accepts:
- CSR
- Certificate
-- Host (+port, default 443)
+- Host:ip (+port, default 443)
Returns JSON UTF-8 encoded certificate (and connection) data.
@@ -276,7 +278,7 @@ Example Response:
Params:
- - `host` = Hostname or IP address
+ - `host:ip` = Hostname:IP address
- `port` = port to test (443, 993, 465, 8443 etc).
- ciphersuites = 1 to enumerate ciphersuites supported by the tested server. Takes longer. If not specified or not 1, ciphersuites will not be tested, used ciphersuite will be reported.