Problem/Motivation
For developer purposes it would be nice to have an ability disable SSl verification for open search server.
Proposed resolution
Add a new checkbox to the connector configuration form in order to enable/disable SSL verification
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | search_api_opensearch-ssl-verification-option-3381020-6.patch | 5.84 KB | ad0z |
Issue fork search_api_opensearch-3381020
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
afi13 commentedComment #4
afi13 commentedComment #5
afi13 commentedComment #6
ad0z commentedI've rerolled the @afi13 code to work on 2.x branch, additionally updated
StandardConnector getConfigurationfunction because default value for websites with installed module already was not picked up. I believe it's expecting way to resolve this issue.Comment #11
kim.pepperCreated a MR for the 3.x branch.
Comment #14
kim.pepperCommitted to 2.x and 3.x Thanks!
Comment #17
kim.pepperComment #19
kim.pepperReverting this as we don't have an update hook to set the default value.
Comment #20
kim.pepperComment #24
ad0z commented@kim.pepper created merge request with hook update. https://git.drupalcode.org/project/search_api_opensearch/-/merge_request...
Comment #26
kim.pepperCommitted to 2.x. Thanks!