program-service cert expire problem. #74
heungheung
started this conversation in
Bugs
Replies: 1 comment
-
thanks @heungheung for sharing this information. @mmanimegalai - please get this feedback added to the backlog. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Program Service is build with pretty old nodejs docker image
https://github.com/Sunbird-coKreat/program-service/blob/release-5.1.0_RC1/Dockerfile
ca cert store in the image got ca cert already expired
axios is making post REST call to the FQDN of the base_url and will reject the TLS server cert.
This problem affects all nodejs microservices which
of corresponding build blocks, e.g. knowledgemw in ED.
X-post similar problem here in ED discussions
https://github.com/orgs/Sunbird-Ed/discussions/457
IMHO, we better to move all nodejs app to a newer version.
Beta Was this translation helpful? Give feedback.
All reactions