I working on id-authentocation-internal service release 1.2.0.1 i have this issue on subscribing to websub.
io.mosip.authentication.core.exception.IdAuthRetryException: KER-WSC-105 → Error occured while subscribing at hub :- hub.mode=denied&hub.reason=Something wrong with the connection;
nested exception is io.mosip.kernel.websub.api.exception.WebSubClientException: KER-WSC-105 → Error occured while subscribing at hub :- hub.mode=denied&hub.reason=Something wrong with the connection
at io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer.subscribe(BaseWebSubEventsInitializer.java:54)
at io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer$$FastClassBySpringCGLIB$$f929bf1c.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
I would like to get the value of “mosip.ida.internal.url” property.
Also can you confirm using the domain name configured in the above property, it is possible to send a request from websub VM to the IDA running in the docker container ?
I changed this url mosip.ida.internal.url with the right host and port oof authentication-internal-service (mosip.ida.internal.url=http://{VM_IP}:8098), i have another issue Error occured while registering topic to hub :- hub.mode=denied&hub.reason=Http header does not exist
otherwise i run curl http://{{VM_IP}:8098/idauthentication/v1/internal/actuator/health from VM of websub it works.