2011/6/30 <mt...@apache.org>: > Author: mturk > Date: Thu Jun 30 04:18:36 2011 > New Revision: 1141388 > > URL: http://svn.apache.org/viewvc?rev=1141388&view=rev > Log: > Fix BZ51437 by trying to load the DER cerificate if pem load error was > PEM_R_NO_START_LINE > > Modified: > tomcat/native/trunk/native/src/sslcontext.c >
> - cb_data->password[0] = '\0'; The above line inside the loop in the old code - I guess it was retrying without a password. With your change that retry is gone. Is that OK? (Just guessing, I do not know much of that code). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org