[
https://issues.apache.org/jira/browse/ARTEMIS-3367?focusedWorklogId=633319&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-633319
]
ASF GitHub Bot logged work on ARTEMIS-3367:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Aug/21 06:58
Start Date: 04/Aug/21 06:58
Worklog Time Spent: 10m
Work Description: brusdev commented on a change in pull request #3667:
URL: https://github.com/apache/activemq-artemis/pull/3667#discussion_r682340204
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java
##########
@@ -82,60 +85,18 @@ public CoreClientOverOneWaySSLTest(String storeProvider,
String storeType, boole
if (suffix.equalsIgnoreCase("PKCS12")) {
suffix = "p12";
}
- SERVER_SIDE_KEYSTORE = "server-side-keystore." + suffix;
- CLIENT_SIDE_TRUSTSTORE = "client-side-truststore." + suffix;
+ SERVER_SIDE_KEYSTORE = "server-keystore." + suffix;
+ CLIENT_SIDE_TRUSTSTORE = "server-ca-truststore." + suffix;
Review comment:
I see, this could not be obvious but it should clarify what the test is
doing:
The `SERVER_SIDE_KEYSTORE` points to a keystore with the server key.
The `CLIENT_SIDE_TRUSTSTORE` points to a truststore with the server ca
certificate.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 633319)
Time Spent: 1h 50m (was: 1h 40m)
> The verifyHost parameter default value should be changed
> --------------------------------------------------------
>
> Key: ARTEMIS-3367
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3367
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 2.17.0
> Reporter: Emmanuel Hugonnet
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Currently the acceptor/connector *verifyHost* parameter is set to 'false' per
> default. We should provide a better out of the box experience by setting it
> to true per default for connectors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)