From 7a7519c9f600e12c48d5acf5d9fefd35bc3bf113 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Fri, 15 Aug 2025 17:04:31 +0100 Subject: [PATCH] Add tls: test --- test/test3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test3.c b/test/test3.c index 5987d162..5192b6ad 100644 --- a/test/test3.c +++ b/test/test3.c @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2012, 2024 IBM Corp., Ian Craggs and others + * Copyright (c) 2012, 2025 IBM Corp., Ian Craggs and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 @@ -88,7 +88,7 @@ struct Options int websockets; } options = { - "ssl://localhost:18883", + "tls://localhost:18883", "mqtts://localhost:18884", "ssl://localhost:18887", "mqtts://localhost:18885",