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
The MS Windows and MacOS builds use a custom dialog to prompt the user so this could easily be enhanced with a checkbox to make the choice permanent and save the option in the ssl directory for this host + port.
On Linux, this won't work because pinentry is too limited: #3299 (comment)
The text was updated successfully, but these errors were encountered:
so we can still have access to the command line and decide which options should be overriden by the options object and which options should be loaded from the per host+port configuration file
Done with separate prompts to keep things simple. Needs testing on MacOS + MS Windows.
The second commit is much bigger than I thought it was going to be because the parsing needed to be moved.
The parse_display_name function needed the command line to be added to its signature and it is used in a lot of places..
See #3299. Useful for self-signed certs.
The MS Windows and MacOS builds use a custom dialog to prompt the user so this could easily be enhanced with a checkbox to make the choice permanent and save the option in the ssl directory for this host + port.
On Linux, this won't work because pinentry is too limited: #3299 (comment)
The text was updated successfully, but these errors were encountered: