From c61d7783f57721cb9d19af61f987d23752f8f81a Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 1 Oct 2024 23:05:52 +0000 Subject: [PATCH] add https git-svn-id: file:///raid/svn-personal/koakuma/trunk@9 219d0f9c-2d94-d447-890a-813e76b88fe9 --- Utility/rpc.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/Utility/rpc.tcl b/Utility/rpc.tcl index 849cb64..5168b6d 100644 --- a/Utility/rpc.tcl +++ b/Utility/rpc.tcl @@ -6,6 +6,7 @@ package require term::ansi::ctrl::unix catch { package require tls ::http::register https 443 ::tls::socket + puts "HTTPs is usable." } set RPC_URL "http://127.0.0.1/koakuma/rpc" -- 2.45.2