Use passed-in configuration for SslChannelInitializer (#93362)
This PR fixes a trivial bug in getSslChannelInitializer where the
passed-in configuration is ignored and the initializer is always
instantiated with the default configuration.
This is a trivial bug because the method is overridden by its subclass
and hence is *not* used at all.