After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768524 - examples/get: Add TLS client certificate support
examples/get: Add TLS client certificate support
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other All
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2016-07-07 15:03 UTC by Colin Walters
Modified: 2016-07-12 13:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples/get: Add TLS client certificate support (3.86 KB, patch)
2016-07-07 15:03 UTC, Colin Walters
none Details | Review
examples/get: Add TLS client certificate support (3.83 KB, patch)
2016-07-12 02:48 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2016-07-07 15:03:47 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`.
Comment 1 Colin Walters 2016-07-07 15:03:49 UTC
Created attachment 331003 [details] [review]
examples/get: Add TLS client certificate support
Comment 2 Dan Winship 2016-07-11 21:53:25 UTC
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
Comment 3 Colin Walters 2016-07-12 02:48:13 UTC
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`.
Comment 4 Colin Walters 2016-07-12 13:51:05 UTC
Attachment 331292 [details] pushed as 99d1403 - examples/get: Add TLS client certificate support