From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 1729709 for ecs-isp@2rosenthals.com; Sat, 06 Mar 2021 16:23:21 -0500 Received: from [192.168.200.201] (port=43130 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1lIeOE-0000jd-1t for ecs-isp@2rosenthals.com; Sat, 06 Mar 2021 16:23:10 -0500 Received: from elasmtp-masked.atl.sa.earthlink.net ([209.86.89.68]:46706) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1lIeO4-0004pq-11 for ecs-isp@2rosenthals.com; Sat, 06 Mar 2021 16:23:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=earthlink.net; s=dk12062016; t=1615065780; bh=EG7rUYMyHFwKVQe8aRuoNlKWVaFixcBskIIY spM0pmk=; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer: Message-ID:X-ELNK-Trace:X-Originating-IP; b=Us1zZifgVxcV8wVgRb5hMi +ZZLUkvRd6D0msuso0Qqykazy3Q66dZJnZf9loUjL6VqnqtNAdcDnUPYfy6d/Ix4WuI sq1XJWhmhWtHFnWUFo4kaN6W/OkAF0G+E31iOCl6fZkPb5r9UA+i6vSya6+0HSFVl2X zFxQl5oskHu8WuNQ0mN266Cq9Q8n96auXhHh3G16FogplGob1haAI0CcXe5Rlk48dd/ p8UQD6zQI/vG9iNZZjqRYbEuO7FK0lSws5hvizpLkCLaalXAeawUuPF72OOZRaE3tED lhhtiy4EqT07q+Rt35spbLkoF1VcHBtDNtz4g1pPViJa5dxW5aYw== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk12062016; d=earthlink.net; b=HdHKLG2adij/peizTkcc5irni7L/iIWhRwHTLknDgrdvgwM6Ld7jqbFj1Aja8hobAQHHsqPyFKJIYvz+ctRCtDQJbW2z7e0Ez/MSiJDlc2dA37RDnrVOVEIyKHAVHB10nK94scqIQEanoglGKGOvpdWN/j/6kTdz7xC6umQv6O0DxImfr/J7kMbgGryd4OfuTo3f93vIQzlQXx+lxxvy9v43MWh4rlkY8/TRBxQCI0Ft2ZPojxtB67PRn8k8acW7gti4s0XZfeLLpQVZDujKyq//HMjyz+NsnZPz2oCaPzB2f7tRC9FrZ8rxHMWDeRDjtS/3xT37Yc4u9WQOY/FTlQ==; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer:Message-ID:X-ELNK-Trace:X-Originating-IP; Received: from [108.193.255.28] (helo=slamain) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4) (envelope-from ) id 1lIeNx-0004aD-Pp for ecs-isp@2rosenthals.com; Sat, 06 Mar 2021 16:22:53 -0500 Date: Sat, 06 Mar 2021 13:12:12 -0800 To: "eCS ISP Mailing List" In-Reply-To: Subject: Re: [eCS-ISP] Stunnel 5.58 X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.21 BETA/60 Message-ID: X-ELNK-Trace: a1109158fca87577d780f4a490ca6956df8303b86ceddf55ff52f1126f9006791a2599eb73886fcd350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 108.193.255.28 In , on 03/07/21 at 06:59 AM, "Paul Smedley" said: Hi Paul, >With yours: >INTERNAL ERROR: TLS initialization failed at stunnel.c, line 124 >I suspect there was more than a single line of output when you ran >stunnel, which would provide useful context as to why TLS could not be >initialised. In that case, Massimo may only have one more line of output From my 5.56 reference sources, we have stunnel.c:121 if(ssl_init()) /* initialize TLS library */ fatal("TLS initialization failed"); and ssl_init really only has one failure point: ssl.c:78 if(index_ssl_cli<0 || index_ssl_ctx_opt<0 || index_session_authenticated<0 || index_session_connect_address<0) { s_log(LOG_ERR, "Application specific data initialization failed"); return 1; } All of these variable are returned from calls in the OpenSSL library, so there will nothing logged. If I had to guess, I'd say there's something not quite right with Massimo's stunnel.conf. Perhaps he's trying to connect to a port that's already in use. The good news is that this is a debug build and I could run it under the VAC debugger using the OS2VOICE HelpDesk utility once Massimo puts in the time to verify he's got the HelpDesk and VAC set up correctly on his side. He got all the instructions he needs in ticket 709. Steven -- ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------