pjfanning commented on issue #638:
URL:
https://github.com/apache/pekko-management/issues/638#issuecomment-3920689108
@0kSfc8kfHDOuuVIaNjeY would you be in a position to test if #549 is the
specific change that is affecting you?
It may be possible to use pekko-cluster-bootstrap 1.1.1 but upgrade the
other management jars to 1.2.0.
Or you could potentially build pekko-management from the 1.2.x branch and
revert that commit to produce your own jars for testing.
I haven't re-read the 549 change in detail but it had been my impression
that the modified code couldn't handle https at all before. The new code
basically relies on configuring a file that contains a cert file representing
what you trust.
```
pekko.management.cluster.bootstrap.contact-point.http-client {
ca-path = "management-cluster-bootstrap/src/test/files/ca.crt"
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]