From 8a72e00a6020db9ab93c68c80841757ce445ef9f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 27 Nov 2017 11:24:22 -0800 Subject: fixes #160 Convert TLS url from tls:// to tls+tcp:// --- tests/trantest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/trantest.h') diff --git a/tests/trantest.h b/tests/trantest.h index 21a9c893..4f6dfe7f 100644 --- a/tests/trantest.h +++ b/tests/trantest.h @@ -1,6 +1,7 @@ // // Copyright 2017 Garrett D'Amore // Copyright 2017 Capitar IT Group BV +// Copyright 2017 Staysail Systems, Inc. // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -85,7 +86,7 @@ trantest_checktran(const char *url) CHKTRAN(url, "tcp:"); #endif #ifndef NNG_HAVE_TLS - CHKTRAN(url, "tls:"); + CHKTRAN(url, "tls+tcp:"); #endif (void) url; -- cgit v1.2.3-70-g09d2