Certification error during the connection between a DSC and a CH #127
-
Hi, I'm trying to connect a self-hosted clearing-house to the DataspaceConnectors of the IDS-Testbed but I ran into a certification error. When the connectors made an agreement and try to connect to the CH the following error appears at the obtained logs of the connector:
I'm pretty confused by the certificates right now and I'm missing an overview about the different certificates and certificates formats used by the different components. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @boxer-code Please have a look at a similar answer here: #126 (comment) You need to add the self-signed certificate of your tc-core to the truststore. Have a look here how to import a certificate into a p12 store: https://www.baeldung.com/import-cer-file-into-truststore I know, that Broker uses a Java Keystore (jks). All other components use p12 stores. For checking the contents of the stores you might use |
Beta Was this translation helpful? Give feedback.
Hi @boxer-code Please have a look at a similar answer here: #126 (comment)
You need to add the self-signed certificate of your tc-core to the truststore. Have a look here how to import a certificate into a p12 store: https://www.baeldung.com/import-cer-file-into-truststore
I know, that Broker uses a Java Keystore (jks). All other components use p12 stores. For checking the contents of the stores you might use
KeyStore Explorer
, which I find very handy.