Last active 1 day ago
With Zammad 6.2 existing configurations for Email channels and i-doit by default have ssl verification disabled. This code snippet activates SSL verification. This change ONLY affects existing, update installations.
1 # Side note: Elasticsearch has an option to verify SSL as well. This might be an edge case.
2 # By default these certificates are self-signed and thus you may not want to run this at all
3 Setting.set('es_ssl_verify', true)
Newer Older