Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2012 01:21:03 -0300
From:      Jan Beich <jbeich@tormail.org>
To:        freebsd-current@freebsd.org
Cc:        Jung-uk Kim <jkim@FreeBSD.org>
Subject:   fetch(1) fails with https:// - Authentication error
Message-ID:  <1SpuD9-0006kw-6D@internal.tormail.org>

next in thread | raw e-mail | index | archive | help
It seems recent OpenSSL update broke fetch(1) for me.

  $ diff -u $SRC_BASE/crypto/openssl/apps/openssl.cnf /etc/ssl/openssl.cnf
  $ fetch https://foo/bar
  fetch: https://foo/bar: Authentication error

Same error as with the patch for 1.0.0d from a year ago and
same workaround - s/SSLv23_client_method/SSLv3_client_method/.

--
FreeBSD 10.0-CURRENT #0 r238415: Fri Jul 13 07:18:02 UTC 2012
foo@bar:/home/blah/.cache/a/freebsd/sys/a/misc/MODULAR amd64

world built with clang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1SpuD9-0006kw-6D>