-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to skip SSL certificate validation on external recommenders #4289
Comments
reckart
added a commit
that referenced
this issue
Nov 10, 2023
…enders - Added checkbox in external recommender settings that can be used to disable certificate checks
reckart
added a commit
that referenced
this issue
Nov 14, 2023
…to-skip-SSL-certificate-validation-on-external-recommenders #4289 - Ability to skip SSL certificate validation on external recommenders
reckart
added a commit
that referenced
this issue
Nov 14, 2023
* release/29.x: #4289 - Ability to skip SSL certificate validation on external recommenders % Conflicts: % inception/inception-imls-external/src/main/java/de/tudarmstadt/ukp/inception/recommendation/imls/external/v1/ExternalRecommender.java
reckart
added a commit
that referenced
this issue
Nov 21, 2023
…enders - Added tests - Disabling certificate checks for WebHooks also disables host name checking - Can currently not disable host name checking when using the Java 11 HTTP client
reckart
added a commit
that referenced
this issue
Nov 22, 2023
…to-skip-SSL-certificate-validation-on-external-recommenders #4289 - Ability to skip SSL certificate validation on external recommenders
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When deploying an external recommender using a self-signed SSL certificate, the connection fails.
Describe the solution you'd like
For testing at least, it would be nice if the SSL check could be disabled.
Describe alternatives you've considered
For actual use of course, properly installing the self-signed certificate into the Java certificate store would be better.
The text was updated successfully, but these errors were encountered: