I am writing a custom domain-management class which uses various external services, sort of a wrapper class to make them work开发者_如何学运维 together.
I am trying to connect to the Nominet EPP test bed, but I am receiving a \'Failed to enable crypto\' which seems to be a rare error with no documented solution or cause.
I have a View which extends a View provided by another plugin like this: public class View2 extends some.other.package.View1