You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to tweak edgemicro to use Mutual SSL.
I have tweaked apigee/apigeetool-node/blob/master/lib/defaults.js to enable Mutual SSL.
After running edgemicro configure, the initial API calls succeed but when it reaches the POST https://{{host}/organizations/{{org-name}}/environments/{{env}}/keyvaluemaps API call it fails.
They succeed because the initial API calls use the apigeetool defaults config.
But this POST call does not use this config so it fails.
The text was updated successfully, but these errors were encountered:
I'm currently trying to tweak edgemicro to use Mutual SSL.
I have tweaked
apigee/apigeetool-node/blob/master/lib/defaults.js
to enable Mutual SSL.After running edgemicro configure, the initial API calls succeed but when it reaches the POST https://{{host}/organizations/{{org-name}}/environments/{{env}}/keyvaluemaps API call it fails.
They succeed because the initial API calls use the apigeetool defaults config.
But this POST call does not use this config so it fails.
The text was updated successfully, but these errors were encountered: