Hello,
I followed this quide to setup mock MDs : https://mosip.atlassian.net/wiki/spaces/MSD/pages/1022394369/Building+a+Mock+Registration+MDS+for+your+1.2.0.x+MOSIP+Setup
the steps went fine, but when I upload the client certificate in PMS, the certificate is not duplicated in master.ca_cert_store as specified, this blocks regclient to connect to the mock MDS.
After investigation , I found an error in sync data service, and ida service when consuming messages from CA_CERTIFICATE_UPLOADED topic.
The error is :
KER-WSC-108 --> Error occured while verifing authenticated content :- content signature is not maching
Request : ServletWebRequest: uri=/idauthentication/v1/internal/callback/partnermanagement/partner_updated/;client=127.0.0.6
Status returned : 200
io.mosip.kernel.websub.api.exception.WebSubClientException: KER-WSC-108 --> Error occured while verifing authenticated content :- content signature is not maching
Do you know why I’m having this error ? and can you please advice regarding how I can avoid this error ?
Thank you