Hello, somehow, SSL connections to plague-server are broken currently. When the sent request is <1024 bytes it seems to hang forever. Reproducible e.g. by: ---------- $ cat >xmldata <<EOF <?xml version="1.0"?> <methodCall> <methodName>examples.getStateName</methodName> <params> <param> <value><i4>41</i4></value> <!-- AAA ... AAA --> </param> </params> </methodCall> EOF $ curl -0 -v --data-ascii "$(cat xmldata)" --cert ~/.fedora.cert \ --cacert ~/.fedora-server-ca.cert --key ~/.fedora.cert -k -3 \ https://buildsys.fedoraproject.org:8887/RPC2 ---------- When the '<!-- ... -->' placeholder is kept as-is (--> <1024 Bytes), curl won't return. Filling it with some chars make curl return correctly. Related code for a curl-based plague-client worked a week ago but hangs now. Enrico
Attachment:
pgpESlJCs8jUC.pgp
Description: PGP signature
-- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list