From owner-freebsd-questions@FreeBSD.ORG Fri May 11 12:28:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B7DB106566B; Fri, 11 May 2012 12:28:49 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s25.blu0.hotmail.com (blu0-omc4-s25.blu0.hotmail.com [65.55.111.164]) by mx1.freebsd.org (Postfix) with ESMTP id 07F398FC14; Fri, 11 May 2012 12:28:48 +0000 (UTC) Received: from BLU0-SMTP200 ([65.55.111.135]) by blu0-omc4-s25.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 11 May 2012 05:28:48 -0700 X-Originating-IP: [76.182.104.150] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP200.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 11 May 2012 05:28:47 -0700 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3VprFT5drjz2CG46; Fri, 11 May 2012 08:28:45 -0400 (EDT) Date: Fri, 11 May 2012 08:28:45 -0400 From: Carmel To: FreeBSD X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 11 May 2012 12:28:47.0417 (UTC) FILETIME=[9CEC8A90:01CD2F71] Cc: itetcu@FreeBSD.org Subject: Problem with SSL ans "net/sendemail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 12:28:49 -0000 Error message: invalid SSL_version specified at /usr/local/lib/perl5/site_perl/5.14.2/IO/Socket/SSL.pm line 308 This is generated by the "sendEmail" program. The "net/sendemail" port compiled with SSL support. make showconfig ===> The following configuration options are available for sendEmail-1.56: SSL=on "Enable SSL support" This was working fine until today. This all started after a reboot of the system. ssh -V OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 openssl version OpenSSL 1.0.1a 19 Apr 2012 It appears I have two different versions of OpenSSL installed. I deliberately installed the newer version and placed this in the "/etc/make.conf" file: WITH_OPENSSL_PORT=yes I have no idea what happened or how to correct this problem. I tried rebuilding Perl and the two ports listed in the "sendemail" port and the "sendemail" port itself without a satisfactory result. By the way, I noticed that "OpenSSH 6.0" was released April 22, 2012. Are there any plans to get that into the ports system, or better yet, replace the aging base system? -- Carmel ✌ carmel_ny@hotmail.com