⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@priteau
Copy link
Member

@priteau priteau commented Jan 16, 2026

The NetApp ONTAP driver now supports HTTPS transport for management communication with certificates.
ONTAP systems use self-signed certificates by default for HTTPS management access.

This patch enables two modes of HTTPS communication:

  • When ssl_cert_path is configured: certificate validation
  • When ssl_cert_path is not provided: Unverified SSL context (encrypted transport but skips certificate validation)

This allows secure communication while maintaining ease of configuration with ONTAP's default self-signed certificates.

Implements: blueprint netapp-self-signed-https
Change-Id: Ia486448b85feba636effef609d79ef8e57a6d39a

(cherry picked from commit d3d91d9)

The NetApp ONTAP driver now supports HTTPS transport
for management communication with certificates.
ONTAP systems use self-signed certificates by default
for HTTPS management access.

This patch enables two modes of HTTPS communication:
- When ssl_cert_path is configured: certificate validation
- When ssl_cert_path is not provided: Unverified SSL context
  (encrypted transport but skips certificate validation)

This allows secure communication while maintaining ease of
configuration with ONTAP's default self-signed certificates.

Implements: blueprint netapp-self-signed-https
Change-Id: Ia486448b85feba636effef609d79ef8e57a6d39a
Signed-off-by: jayaanan <[email protected]>
(cherry picked from commit d3d91d9)
@priteau priteau self-assigned this Jan 16, 2026
@priteau priteau requested a review from a team as a code owner January 16, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants