/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by martinp, Sun Jul 6 18:29:38 2003 UTC revision 1.67 by hauk, Thu Jul 24 00:35:25 2003 UTC
# Line 1790  static void do_task_process(HttpRequest Line 1790  static void do_task_process(HttpRequest
1790    
1791        if ( n->family == AF_INET ) {        if ( n->family == AF_INET ) {
1792    
1793          if ( n->ssl != NULL ) {          if(n->SSL.use_ssl) {
1794    
1795            out_print(res,            out_print(res,
1796                      "<tr><td>Host:Port</a></td><td>%s:%d%s [%s via SSL]</td></tr>",                      "<tr><td>Host:Port</a></td><td>%s:%d%s [%s via SSL]</td></tr>",
1797                      n->hostname, n->port, n->request?n->request:"",                      n->hostname, n->port, n->request?n->request:"",
1798                      n->protocol->name);                      n->protocol->name);
1799                        
1800            if ( n->certmd5 != NULL ) {            if(n->SSL.certmd5 != NULL ) {
1801    
1802              out_print(res,              out_print(res,
1803                        "<tr><td>Server certificate md5 sum</a></td><td>%s</td></tr>",                        "<tr><td>Server certificate md5 sum</a></td><td>%s</td></tr>",
1804                        n->certmd5);                        n->SSL.certmd5);
1805    
1806            }            }
1807    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26