SSL connection errors to plague-server

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Sun Jan 22 22:38:11 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 480 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20060122/d29c3458/attachment.sig>


More information about the fedora-extras-list mailing list