Use JSON to post the certificates rather than the Form, as JSON is now
more reliable than using the application/x-www-form-urlencoded method.
There are some race conditions which sometimes lead to Kong not picking
up the SNIs setting for the certificate, which in turn leads to Kong
picking the wrong certs to serve with for endpoints.
Use JSON to post the certificates rather than the Form, as JSON is now more reliable than using the application/x-www-form-urlencoded method.
There are some race conditions which sometimes lead to Kong not picking up the SNIs setting for the certificate, which in turn leads to Kong picking the wrong certs to serve with for endpoints.
This is the second part of the fix for https://github.com/edgexfoundry/edgex-go/issues/1458