ArtifactId: ssl_certificate_exception 0.14 0.15
Author: Matthias Bläsing
License: Apache License, Version 2.0
Homepage: https://github.com/nb-ldap-explorer/nb-ldap-explorer
2020-05-02 2020-11-13 15,010
Utilities
Plugin version | NetBeans compatible |
---|---|
0.14 | |
0.15 | NB 12.0 - Verified NB 11.0 - Verified |
Handle invalid certificates in TLS/SSL connections. This module is needed if connections with TLS/SSL endpoints providing self-signed/invalid certificates. Everytime a TLS/SSL connection is established, the certificate of the server is verified. If no trust-anchor can be found or the hostname does not match the specified name the connection normally rejected. At this point this plugin intercepts and prompts the user if the connection should be established regardless.
It allows accepting invalid TLS/SSL certificates once for the current session or for all further sessions.
Using this module should be a last resort - fixing the certificate is preferred!