3
信頼できない機関に関する警告なしにMac OS XでHTTPS URLを取得するにはどうすればよいですか?
次のコードは、原則としてhttps://badssl.comのコンテンツを返します。 (with-current-buffer (url-retrieve-synchronously "https://badssl.com") (buffer-string)) しかし、私のGNU Emacs 25.0.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1112)) of 2015-08-24OS X 10.10.5では、で実行すると-Q、代わりに次のメッセージが表示されます。 Certificate information Issued by: COMODO RSA Domain Validation Secure Server CA Issued to: Domain Control Validated Hostname: *.badssl.com Public key: RSA, signature: RSA-SHA256 Protocol: TLS1.2, key: ECDHE-RSA, cipher: AES-128-GCM, mac: AEAD …