diff --git a/slapos/recipe/memcached/__init__.py b/slapos/recipe/memcached/__init__.py
index 98ad0a2b38801c7a7327aa2e8e62a27f7e0dd9ae..4034819deb6ee711d7b41fe1067ca65389e67ac2 100644
--- a/slapos/recipe/memcached/__init__.py
+++ b/slapos/recipe/memcached/__init__.py
@@ -47,12 +47,6 @@ class Recipe(BaseSlapRecipe):
         
     ca_conf = self.installCertificateAuthority()
     key, certificate = self.requestCertificate('Memcached')
-    
-    stunnel_conf = self.installStunnel(
-        self.getGlobalIPv6Address(), self.getLocalIPv4Address(), 
-        12345, memcached_conf['memcached_port'],
-        certificate, key, ca_conf['ca_crl'],
-        ca_conf['certificate_authority_path'])
 
     stunnel_conf = self.installStunnel(self.getGlobalIPv6Address(),
         self.getLocalIPv4Address(), 12345, memcached_conf['memcached_port'],