lookiconnection.blogg.se

Ubuntu test stunnel connection
Ubuntu test stunnel connection







ubuntu test stunnel connection

If not, messages like this will appear on the logs:Īug 13 00:31:40 (none) stunnel: LOG4: Service buildbot REFUSED by libwrap from 127.0.0.1:49058 You may also need to add an entry in hosts.allow. Some debugging stuff useful for troubleshooting Some security enhancements for UNIX systems - comment them out on Win32 Protocol version (all, SSLv2, SSLv3, TLSv1) Next edit /etc/stunnel/nf, here is a configuration: It indicates that the TT-Solutions firewall is preventing the connection,Ĭheck with Vadim about the firewall rule. # openssl s_client -connect :9990 certs.pem You can fetch the build master's certificate as follows: The buildbot will then beĬonfigured to connect to the local end of the tunnel. Non-SSL local port 9989 to the master's 9990. The build master listens on port 9990 for SSL connections, however Buildbotĭoesn't support SSL at the moment.

Ubuntu test stunnel connection install#

# aptitude install buildbot stunnel4 ccache libcppunit-dev sudo \ It is a good idea to try out a build manually to make sure that everythingįor the buildbot install the following packages: # aptitude install g++ subversion libgtk2.0-dev Make sure that the machine has everything it needs to check out and build

ubuntu test stunnel connection

Choose a name and password for your buildbot and let Vadim know what they are.Īlso tell him the IP address you will be connecting from so that he can make a









Ubuntu test stunnel connection