Fixes https://github.com/spring-cloud/stream-applications/issues/248 The Geode SSL auto-config is done via `SslAutoConfiguration.SslEnvironmentPostProcessor` which cannot be excluded as an auto-config. * Set `SslAutoConfiguration.SECURITY_SSL_ENVIRONMENT_POST_PROCESSOR_ENABLED_PROPERTY` to `false` from the `ExcludeStoresAutoConfigurationEnvironmentPostProcessor` when the store type is not Geode