Задача - используя клиентский сертификат пробросить пост-запрос через stunnel на https.
Запрос уходит, на том конце его видят, стуннель прозванивается на порту, но ответ приходит
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache/2.2.17 (Fedora) Server at 127.0.0.1 Port 5555</address>
</body></html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<
23-DEC-15
br />
</p>
<hr>
<address>Apache/2.2.17 (Fedora) Server at 127.0.0.1 Port 5555</address>
</body></html>
может кто сталкивался с таким?
Как это лечится?