GroupId: | eu.doppel-helix.netbeans.plugin.nb-ldap-explorer |
ArtifactId: | ssl_certificate_exception |
Author: | Matthias Bläsing |
License: | Apache License, Version 2.0 |
Homepage: | https://github.com/nb-ldap-explorer/nb-ldap-explorer |
2020-05-02 2023-04-27 47,384
Utilities
Plugin version | NetBeans compatible |
---|---|
0.14 | |
0.15 | NB 11.0 - Verified |
0.17 | NB 12.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!