Questions tagged «https»

关于使用HTTPS的程序和服务的所有信息。

5
为什么Debian apt工具没有https传输?
伴随着NSA启示和所有其他一切带来的偏执,我想知道为什么debian软件包安装机制不支持HTTPS进行传输,更不用说默认使用它了。 我知道debian软件包使用GPG进行了某种签名验证,但是考虑到这在安全性方面有多重要,我仍然不认为使用HTTPS传输而不是HTTP会太困难。 编辑:我主要是想保护自己免受MitM攻击(包括只是流量嗅探),而不是Debian镜像管理员。如果有人窥探我去debian镜像的流量,HTTP资料库会将整个系统设置放在桌面上。
45 debian  security  apt  https 

4
apt-get失败:找不到方法驱动程序/ usr / lib / apt / methods / https
我尝试使用终端更新OS Debian jessie,但出现错误: “E: The method driver /usr/lib/apt/methods/https could not be found.” error? 我的sources.list: deb http://httpredir.debian.org/debian/ jessie main deb-src http://httpredir.debian.org/debian/ jessie main deb http://security.debian.org/ jessie/updates main deb-src http://security.debian.org/ jessie/updates main # jessie-updates, previously known as 'volatile' deb http://httpredir.debian.org/debian/ jessie-updates main deb-src http://httpredir.debian.org/debian/ jessie-updates main deb http://ftp.de.debian.org/debian jessie main 如何解决apt-get update和aptitude …
43 debian  apt  https 


3
我可以使用什么工具来监听HTTP / HTTPS流量?
我正在寻找一种命令行工具,该工具可以拦截HTTP / HTTPS请求,提取诸如以下内容的信息:(内容,目标等),执行各种分析任务,最后确定是否应删除该请求。法律要求必须转发给申请。 一种工具,在本质上是相似的tcpdump,Wireshark的,或Snort的,但在HTTP级别运行。 参考文献 在Linux上拦截HTTP请求

6
Apache SSL:服务器证书不包含与服务器名称匹配的ID
我正在尝试在apache2网络服务器上设置SSL,但似乎根本无法使用。 我遵循了一个使用openssl创建证书文件并/etc/apache2/sites-available/default-ssl.conf正确配置的教程。 每次我尝试使用https打开我的网站时,由于安全问题,我的浏览器都会拒绝连接。它说我的网站配置不正确。 在我的/var/log/apache2/error.log警告中,我的服务器证书不包含与服务器名称匹配的ID。 [Mon Apr 10 11:03:24.041813 2017] [mpm_prefork:notice] [pid 1222] AH00169: caught SIGTERM, shutting down [Mon Apr 10 11:03:30.566578 2017] [ssl:warn] [pid 661] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name [Mon Apr 10 11:03:31.579088 2017] [ssl:warn] [pid 1194] AH01909: 127.0.0.1:443:0 server …

1
如何查看卷曲密码列表?
我的理解是,在ssl协商期间,客户端(即curl)将密码列表发送到服务器,服务器将以其首选选项进行回复。 如何查看curl发送的密码列表?
15 curl  ssl  https 

2
不受信任的软件包apt-transport-https
我正在使用Debian wheezy,我想安装该软件包apt-transport-https,该软件包允许通过https协议访问apt仓库。 真正令我困惑的是,它apt-get给了我以下信息: $ sudo apt-get install apt-transport-https ... The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded. Need to get 109 kB of archives. After this operation, 166 kB of additional disk space will be used. WARNING: The …
11 debian  apt  https 

4
OpenSSL命令s_client总是说400错误请求
我正在尝试使用openssl s_client选项测试在Web浏览器中正常工作的服务器,使用openssl直接连接它会返回400错误请求: openssl s_client -servername example.com -connect example.com:443 -tls1 (some information about the certificate) GET / HTTP/1.1 (and the error occurs **immediately** - no time to include more headers like Host:) 重要说明:我已经尝试放置Host:标头,问题是当我运行GET时,立即发生错误,使我没有机会包含更多标头。用我的主机替换example.com ...
10 openssl  telnet  https 

3
wget不支持https
我想https://example.com使用该wget命令进行下载,但是它显示为“不支持/无法识别的协议”。我尝试使用,--secure protocol=''但这不起作用。我从GNU wget下载了tar文件,并尝试配置它,但失败了。 这是我所看到的示例: bash-2.05$ wget https://www.facebook.com/ https://www.facebook.com/: Unknown/unsupported protocol. bash-2.05$ 大家好,谢谢您的回答,我的wget的验证版本如下所示 bash-2.05$ wget -V GNU Wget 1.6 Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty …
9 wget  https 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.