We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since redmine java api there is a support for custom SSL handling. You can provide a HttpClient to the communication layer with:
RedmineManagerFactory.createWithApiKey(String uri, String apiAccessKey, HttpClient httpClient)
or
RedmineManagerFactory.createWithUserAuth(String uri, String login, String password, HttpClient httpClient)
To create a HttpClient you need to do.... more to go https://github.com/taskadapter/redmine-java-api/issues/292