With curl :
```
curl -k -v "https://localhost:1636/id/0000/people"
* Trying ::1...
* Connected to localhost (::1) port 1636 (#0)
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt
* found 694 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
* server certificate verification SKIPPED
* server certificate status verification SKIPPED
* common name: localhost (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: O=OpenDJ RSA Self-Signed Certificate,CN=localhost
* start date: Wed, 31 Aug 2016 08:41:25 GMT
* expire date: Tue, 26 Aug 2036 08:41:25 GMT
* issuer: O=OpenDJ RSA Self-Signed Certificate,CN=localhost
* compression: NULL
* ALPN, server did not agree to a protocol
> GET /id/0000/people HTTP/1.1
> Host: localhost:1636
> User-Agent: curl/7.47.0
> Accept: */*
>
0▒{x▒t
* GnuTLS recv error (-110): The TLS connection was non-properly terminated.
* Closing connection 0
curl: (56) GnuTLS recv error (-110): The TLS connection was non-properly terminated.
▒SCannot decode the provided ASN.1 sequence as an LDAP message because the first element of the sequence could not be decoded as an integer message ID: org.forgerock.opendj.ldap.DecodeException: Cannot decode the provided ASN.1 integer element because the length of the element value was not between one and four bytes (actual length was 32)▒1.3.6.1.4.1.1466.20036
```