Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
  2. maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
  3. clientAuth="false" sslProtocol="TLS"
  4. keystoreFile="/home/me/example.com.ssl/example.com.jks"
  5. keystorePass="examplePasswd" keystoreType="JKS"/>
  6.  
  7. CONNECTED(00000003)
  8. 140388414383776:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1262:SSL alert number 40
  9. 140388414383776:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:598:
  10. ---
  11. no peer certificate available
  12. ---
  13. No client certificate CA names sent
  14. ---
  15. SSL handshake has read 7 bytes and written 0 bytes
  16. ---
  17. New, (NONE), Cipher is (NONE)
  18. Secure Renegotiation IS NOT supported
  19. Compression: NONE
  20. Expansion: NONE
  21. SSL-Session:
  22. Protocol : TLSv1
  23. Cipher : 0000
  24. Session-ID:
  25. Session-ID-ctx:
  26. Master-Key:
  27. Key-Arg : None
  28. PSK identity: None
  29. PSK identity hint: None
  30. SRP username: None
  31. Start Time: 1453765749
  32. Timeout : 7200 (sec)
  33. Verify return code: 0 (ok)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement