Hi
I'm probably missing something obvious, but we have an html page on an https server with a SHA256 SSL certificate which we cannot generate pdfs for. The error reported is from the NSS lib. and occurs regardless of the use of any --ssl switches (including --ssl-blindly-trust-server):
The reference to a "client" certificate would seem to be incorrect here as our server does not require client certificates. I could not find any reference to NSS errors in the forum here.
The debug output (prince 9, and also nightly build 20150928) only has this error, no further detail:
Just for comparison, I see a different error with prince 6:
What might be going on here? What further debug information could I gather to help get to the bottom of this?
Thanks
Andy
I'm probably missing something obvious, but we have an html page on an https server with a SHA256 SSL certificate which we cannot generate pdfs for. The error reported is from the NSS lib. and occurs regardless of the use of any --ssl switches (including --ssl-blindly-trust-server):
NSS: client certificate not found (nickname not specified)
The reference to a "client" certificate would seem to be incorrect here as our server does not require client certificates. I could not find any reference to NSS errors in the forum here.
The debug output (prince 9, and also nightly build 20150928) only has this error, no further detail:
prince: loading document: https://oursite/print.phtml?ISIN=AT0000A18RE3
prince: debug: resource from cache: https://oursite/print.phtml?ISIN=AT0000A18RE3
prince: debug: error loading resource: NSS: client certificate not found (nickname not specified)
prince: https://oursite/print.phtml?ISIN=AT0000A18RE3: error: NSS: client certificate not found (nickname not specified)
prince: https://oursite/print.phtml?ISIN=AT0000A18RE3: error: could not load input file
Just for comparison, I see a different error with prince 6:
- Without --ssl-blindly-trust-server I get the error "SSL certificate problem, verify that the CA cert is OK"
- With --ssl-blindly-trust-server I get the error "Empty reply from server"
What might be going on here? What further debug information could I gather to help get to the bottom of this?
Thanks
Andy
Edited by thecowster