<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR> <BR>I am having a problem to configure stunnel in a publish/subscribe architecture. <BR>Basically, I have a publisher service configured with stunnel as a server. Its configuration is close to:<BR> <BR>[publisher]<BR>accept = p1<BR>connect = 127.0.0.1:p2<BR> <BR>This service publishes data to a subscriber. As far I as understood, the subscriber should be configured as a client with stunnel with a configuration close to this:<BR> <BR>[subscriber]<BR>accept = p3<BR>connect = remote:p1<BR>client = yes<BR> <BR>Now, my problem is that the subscriber does not listen on any port. So p3 does not actually exist. When the subscriber starts, it automatically connects and subscribes to the publisher and waits for data from the publisher service. I would like to secure the connection between the publisher and the subscriber but I am stuck with the configuration. Any ideas?<BR> <BR> <BR>Regards,<BR>Damien<BR>                                       </body>
</html>