Skip to content
Snippets Groups Projects
  1. Aug 30, 2010
  2. Aug 29, 2010
  3. Aug 28, 2010
  4. Aug 27, 2010
  5. Aug 26, 2010
  6. Aug 23, 2010
  7. Jul 07, 2010
  8. Jul 06, 2010
  9. Jul 05, 2010
  10. Jun 25, 2010
  11. Jun 15, 2010
  12. Jun 05, 2010
  13. May 28, 2010
  14. May 27, 2010
    • mlamb's avatar
      formatting · c511671e
      mlamb authored
      c511671e
    • mlamb's avatar
      Add ssl_cry() function to display error message plus any detailed error... · 22322f28
      mlamb authored
      Add ssl_cry() function to display error message plus any detailed error messages that OpenSSL might care to provide.
      This can help to debug SSL communication issues.
      
      Example output with a couple of problematic SSL client sessions (new log messages start with "-->" to indicate that they are providing additional detail to a previous log message):
      
      Mongoose "2.9, $Rev: 517 $" started on port(s) "80,443s", serving directory "."
      [1274991792] [error] [client 10.50.50.50] worker_thread: SSL handshake error
      [1274991792] [error] [client 10.50.50.50]   --> error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
      [1274991882] [error] [client 10.50.50.50] worker_thread: SSL handshake error
      [1274991882] [error] [client 10.50.50.50]   --> error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
      22322f28
  15. May 21, 2010
Loading