mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
logging in SSL callback, important to debug.
This commit is contained in:
parent
d1ae05166d
commit
3e4e4eeee8
@ -282,7 +282,9 @@ static int verify_sslcert(void *userdata, int failures,
|
||||
(*_authcb) ( problem, buf, NE_ABUFSIZ-1, 1, 0, userdata );
|
||||
if( strcmp( buf, "yes" ) == 0 ) {
|
||||
ret = 0;
|
||||
}
|
||||
} else {
|
||||
DEBUG_WEBDAV("Authentication callback replied %s", buf );
|
||||
}
|
||||
}
|
||||
DEBUG_WEBDAV("## VERIFY_SSL CERT: %d", ret );
|
||||
return ret;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user