I am working on http://redmine.pfsense.org/issues/1437 and running into a
strange problem and I thought I would ask about it before I spend a long
time digging through the source.
I thought the only foolproof way to return openssl errors would be to wrap
them in an exception and throw it, but it seems that the exception never
makes its way to be visible on the page. Even stranger, the action that does
happen appears to be random. I try to generate a CSR with an invalid country
field. sometimes the CSR is generated, other times a self-signed-cert is
generated (I did not test them and they are probably not valid, but
something is added to the config), but the exception never shows up.
Comments?

Reply via email to