change the default setting TLS_PROTOCOL=SSL3 to TLS_PROTOCOL=SSL23 to try

SSLv2 and SSLv3 instead of SSLv3 only - this fixes the error some people
where experiencing with the ssl clients:

connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

Noted by:	Oliver Brandmueller <ob@e-Gitt.NET>
Suggested by:	Oliver Brandmueller <ob@e-Gitt.NET>
This commit is contained in:
Oliver Lehmann 2007-10-24 15:00:26 +00:00
parent 42e3f2a4ef
commit a05d72c0e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201924

View file

@ -143,6 +143,9 @@ post-patch:
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
${WRKSRC}/imap/Makefile.in
@${REINPLACE_CMD} -e 's|TLS_PROTOCOL=SSL3|TLS_PROTOCOL=SSL23|g' \
${WRKSRC}/imap/pop3d-ssl.dist.in \
${WRKSRC}/imap/imapd-ssl.dist.in
post-install:
.for i in imapd pop3d