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
We are using HTTPS with client certificates for some of the communications channels in our solution, and have a specific problem.
The certificates are stored in a PKCS12 store, and if we give the wrong passphrase as an option to https.Agent, the error object returned is empty. Do you think this is a user-related issue, or a problem with the implementation? We really would like to be able to log a specific error if something goes wrong, and to be able to pin-point the actual problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are using HTTPS with client certificates for some of the communications channels in our solution, and have a specific problem.
The certificates are stored in a PKCS12 store, and if we give the wrong passphrase as an option to https.Agent, the error object returned is empty. Do you think this is a user-related issue, or a problem with the implementation? We really would like to be able to log a specific error if something goes wrong, and to be able to pin-point the actual problem.
Beta Was this translation helpful? Give feedback.
All reactions