diff --git a/doc/src/asciidoc/ch05/ssl_channels.adoc b/doc/src/asciidoc/ch05/ssl_channels.adoc index c0051d6300..3109cd09b2 100644 --- a/doc/src/asciidoc/ch05/ssl_channels.adoc +++ b/doc/src/asciidoc/ch05/ssl_channels.adoc @@ -65,12 +65,6 @@ child element. [NOTE] ==== -While `GenericSSLSocketFactory` can be used to demonstrate SSL support -in jPOS, production-grade installations should consider it just -a reference/sample implementation. It uses `${user.home}/.keystore` -with a default password, so *at the very least* you -want to override its +getPassword()+ method. - For backward compatibility, we also have a `SunJSSESocketFactory` implementation that uses `com.sun.net.ssl.internal.ssl.Provider`. ====