Package de.hybris.smartedit.ssl
Class SSLValidationManager
- java.lang.Object
-
- de.hybris.smartedit.ssl.SSLValidationManager
-
public class SSLValidationManager extends java.lang.ObjectThe SSL validation manager makes it possible to enable or disable SSL validation.Note that the SSL validation should only disabled for testing in dev/staging/qa environments where no properly signed certificates exist, and/or for internal systems communicating with other internal systems. It is strongly suggested to enable SSL validation in production environments.
-
-
Constructor Summary
Constructors Constructor Description SSLValidationManager(boolean isSSLValidationEnabled)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisableSSLValidation()Disables SSL certificate validation.
-