'none', 'label' => __('None') ], [ 'value' => 'ssl', 'label' => __('SSL') ], [ 'value' => 'tls', 'label' => __('TLS') ], ]; return $options; } }