WIP: Added skip_ssl_verify setting to OX push driver
This is WIP patch, I didn't tested it yet. Updates about tests will be provided later. I'll update documentation after this PR will be merged.
Hi.
You should probably use lua driver instead of modifying this driver, as it is heavily interdependent on Open-Xchange Appsuite. Also, if you want to do this, I would recommend adding the certificate (or CA cert) to your system store instead.
You should probably use lua driver instead of modifying this driver, as it is heavily interdependent on Open-Xchange Appsuite.
In my opinion, using lua scripts is actually adding new point of errors. This is not necessary for just disabling ssl verification.
Also, if you want to do this, I would recommend adding the certificate (or CA cert) to your system store instead.
In my case it's unavailable option.
We're not much changing v2.3 anymore, and I'm planning on doing larger changes to v2.4 configuration handling which will make this possible in a generic way.
We're not much changing v2.3 anymore, and I'm planning on doing larger changes to v2.4 configuration handling which will make this possible in a generic way.
As I see you are planning to do changes that will solve my problem. This patch will solve my problem much earlier then it may be solved in one of v2.4.x releases. It just forwards the setting from config, nothing complicated.
I mean, unless something unexpected happens, the first v2.4 release will have this solved in a different way (any ssl setting can be specified in any context). I'm actively working on the config rewrite now.
I mean, unless something unexpected happens, the first v2.4 release will have this solved in a different way (any ssl setting can be specified in any context). I'm actively working on the config rewrite now.
Could you clarify when the release of v2.4 is expected? The last release was almost half a year ago.
Could you clarify when the release of v2.4 is expected?
There is no schedule for now. Not anytime soon.
There is no schedule for now. Not anytime soon.
Based on this information, I can only insist on applying this patch.