Has anyone successfully patched their ODA to 19.16?
I am experiencing an issue with "odacli update-dcscomponents -v 19.16.0.0.0"
I get the following error:
"DCS-10001:Internal error encountered: Failed to start hand shake to localhost:7060"
I searched through logs and it seems that the problem is the self-signed certificate that dcs-admin uses:
"2022-08-30 18:01:11,567 WARN [default-nioEventLoopGroup-1-2] [] i.n.h.s.ApplicationProtocolNegotiationHandler: [id: 0x6fdcd09b, L:/127.0.0.1:7060 ! R:/127.0.0.1:27480] TLS handshake failed:
javax.net.ssl.SSLHandshakeException: Empty server certificate chain
at sun.security.ssl.Alert.createSSLException(Alert.java:131)"
It could possibly have something to do with using custom SSL certificates since we use them. However, it doesn't appear that dcs-admin uses a custom certificate.