Changeset e6f648a in mod_gnutls
- Timestamp:
- Dec 16, 2007, 4:08:47 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- f548f15
- Parents:
- 2b3a248b
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/16/07 04:08:47)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/16/07 04:08:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r2b3a248b re6f648a 230 230 0, *cert_cn, &data_len); 231 231 } else { /* No CN return subject alternative name */ 232 ap_log_error(APLOG_MARK, APLOG_ INFO, 0, s,232 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, 233 233 "No common name found in certificate for '%s:%d'. Looking for subject alternative name...", 234 234 s->server_hostname, s->port);
Note: See TracChangeset
for help on using the changeset viewer.