GNOME Bugzilla – Bug 768524
examples/get: Add TLS client certificate support
Last modified: 2016-07-12 13:51:13 UTC
I'm trying to debug an ostree issue with client cert interaction with a specific server, and it's easier to drop ostree out of the picture and use this libsoup equivalent of `curl`.
Created attachment 331003 [details] [review] examples/get: Add TLS client certificate support
Comment on attachment 331003 [details] [review] examples/get: Add TLS client certificate support >+ g_printerr ("--client-key-file is required with --client-cert-file\n"); doesn't match the actual option names otherwise looks good
Created attachment 331292 [details] [review] examples/get: Add TLS client certificate support I'm trying to debug an ostree issue with client cert interaction with a specific server, and it's easier to drop ostree out of the picture and use this libsoup equivalent of `curl`.
Attachment 331292 [details] pushed as 99d1403 - examples/get: Add TLS client certificate support