Failures when trying to add .crt certificate chain with 'add_root_certificate' #2038
-
We have an internal tool that was hosted on the network and required a The service was taken down and re-hosted and now has a two entry certificate chain in a I'm using Are certificate chains supported? I'm not experienced in this area. I've tried to search through the current issues, discussions and PRs. I might be falling foul of #1858 and maybe the Certificate is not being made correctly at all but only causes an error further along in the code execution. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I haven't tried to do that, myself. Is it possible with just |
Beta Was this translation helpful? Give feedback.
It seems that is works in our case if we split up the certificate chain into individual certificates and add each one using
add_root_certificate
. A colleague figured it out. I assume thatadd_root_certificate
would not work for an intermediate cert but I can see why it is reasonable to take that approach.Thanks again for the quick response.