From: Nishi Date: Tue, 1 Oct 2024 23:05:52 +0000 (+0000) Subject: add https X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=c61d7783f57721cb9d19af61f987d23752f8f81a;p=koakuma.git add https git-svn-id: file:///raid/svn-personal/koakuma/trunk@9 219d0f9c-2d94-d447-890a-813e76b88fe9 --- 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"