Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0192-ftp-vsftpd-gets-upset-with-anything-later-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0192-ftp-vsftpd-gets-upset-with-anything-later-than-tlsv1.patch of Package erlang
From 3dda43b8a550e92cb0bc8f8808eb4bab8c7cb11f Mon Sep 17 00:00:00 2001 From: Alexander Clouter <alex@digriz.org.uk> Date: Thu, 28 May 2020 16:12:44 +0100 Subject: [PATCH 02/14] ftp: vsftpd gets upset with anything later than tlsv1.2 --- lib/ftp/test/ftp_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ftp/test/ftp_SUITE.erl b/lib/ftp/test/ftp_SUITE.erl index b01fdeb342..1e40499a1e 100644 --- a/lib/ftp/test/ftp_SUITE.erl +++ b/lib/ftp/test/ftp_SUITE.erl @@ -246,7 +246,8 @@ init_per_testcase(Case, Config0) -> ssl:filter_cipher_suites(All, [{key_exchange, fun(rsa) -> true; (_) -> false end}]), Suites = ssl:append_cipher_suites(RSASuites, Default), - TLS = [{tls,[{reuse_sessions,true},{ciphers, Suites}]}], + %% vsftpd =< 3.0.3 gets upset with anything later than tlsv1.2 + TLS = [{tls,[{reuse_sessions,true},{versions,['tlsv1.2']},{ciphers, Suites}]}], ACTIVE = [{mode,active}], PASSIVE = [{mode,passive}], CaseOpts = case Case of -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor