Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. openssl s_client -connect test-xxxxxx.com:443
  2.  
  3. openssl s_client -connect test-xxxxxx.com:443 -servername test-xxxxxx.com)
  4.  
  5. $ openssl s_client -connect test-xxxxxx.com:443
  6. Server-B Error message:
  7. CONNECTED(00000003)
  8. write:errno=104
  9. ---
  10. no peer certificate available
  11. ---
  12. No client certificate CA names sent
  13. ---
  14. SSL handshake has read 0 bytes and written 289 bytes
  15. ---
  16. New, (NONE), Cipher is (NONE)
  17.  
  18. ===========================================================
  19.  
  20. Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1488) at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement