summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-05-24 09:35:28 +0200
committerRemy <relst@relst.nl>2015-05-24 09:35:28 +0200
commit988f08b9eb952404b94817a973d1a19ff7c6524b (patch)
treeb23c940603507f240f377ba9278b49ae97dc6190 /README.md
parent5e7e74fe94062683cce82c189cd43dd18c3aff9b (diff)
downloadssl-decoder-988f08b9eb952404b94817a973d1a19ff7c6524b.zip
ssl-decoder-988f08b9eb952404b94817a973d1a19ff7c6524b.tar.gz
ssl-decoder-988f08b9eb952404b94817a973d1a19ff7c6524b.tar.bz2
Add support for specific endpoints
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.