You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/DependencyInjection/Configuration.php
+4
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ private function getConnectionsNode(): NodeDefinition
93
93
->prototype('scalar')
94
94
->end()
95
95
->end()
96
+
->scalarNode('ssl_verification')
97
+
->defaultNull()
98
+
->info('Set to true to enable SSL certificate verification and use the default CA bundle provided by operating system or provide the path to a CA bundle to enable verification using a custom certificate')
0 commit comments