質問編集履歴

2

各ツールでのcurl -Vの実行結果を載せました。

2021/03/15 01:28

投稿

Shiira
Shiira

スコア3

test CHANGED
File without changes
test CHANGED
@@ -330,7 +330,31 @@
330
330
 
331
331
 
332
332
 
333
-
333
+ git bashの場合
334
+
335
+ $ curl -V
336
+
337
+ curl 7.74.0 (x86_64-w64-mingw32) libcurl/7.74.0 OpenSSL/1.1.1i (Schannel) zlib/1.2.11 brotli/1.0.9 zstd/1.4.5 libidn2/2.3.0 libssh2/1.9.0 nghttp2/1.41.0
338
+
339
+ Release-Date: 2020-12-09
340
+
341
+ Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
342
+
343
+ Features: alt-svc AsynchDNS brotli HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink MultiSSL NTLM SPNEGO SSL SSPI TLS-SRP zstd
344
+
345
+
346
+
347
+ コマンドプロンプトの場合
348
+
349
+ curl -V
350
+
351
+ curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL
352
+
353
+ Release-Date: 2017-11-14, security patched: 2019-11-05
354
+
355
+ Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp
356
+
357
+ Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL
334
358
 
335
359
 
336
360
 

1

ツールによって成功する場合、しない場合とあるのを確認しました。

2021/03/15 01:28

投稿

Shiira
Shiira

スコア3

test CHANGED
File without changes
test CHANGED
@@ -324,6 +324,16 @@
324
324
 
325
325
 
326
326
 
327
+ **※追記※**
328
+
329
+ その後で自分で確認したところ、Windows10のコマンドプロンプトで実行すると値が設定できず、git bashで実行すると値が設定できることを確認できました。 ひとまずソースには問題はなかったようです。
330
+
331
+
332
+
333
+
334
+
335
+
336
+
327
337
  ### 補足情報(FW/ツールのバージョンなど)
328
338
 
329
339