Hi Team,
We have ISAM docker 9072 version in AWS EKS environment with istio proxy for ingress/egress traffic.My backend application is deployed on WAS cluster which is fronted by AWS ALB. Traffic is like belowIstio ingress --> ISAM --> Istio egress --> AWS ALB --> WAS clusterwhen we try to create non-ssl junction for backend app (ALB), able to create the junction but traffic is still not flowing and getting 0x38cf04d7. However, when are trying to create SSL junction with same backend (ALB), we are getting below errorDPWWA1222E A third-party server is not responding. Possible causes: the server is down, there is a hung application on the server, or network problems. This is not a problem with the WebSEAL server.DPWIV1217W SSL connection error.From webseal msg log: DPWIV1228W WebSEAL could not establish a secure connection to the server, xxxx, for the /abc junction (Function call: gsk_secure_soc_init; failed error: 0x196 GSK_ERROR_IO).ALB and WAS are listening on below portsnon-ssl port is 9080 ssl port 9443
Since its kubernetes/istio environment not very sure how to trace ssl issues, any pointer would be great help.
Ideally Istio should be responsible for TLS security and do https between microservices. Here, we are trying to deal from ISAM WRP microservice to ALB backend so not sure
1) whether we should create SSL or non-SSL junction?
2) what could be the reason when using non-ssl junction, traffic is not flowing and getting
DPWWA1239E error?
Please note that we did curl from ISAM WRP pod to same backend it was successful.
------------------------------
Amitesh Singh
------------------------------