Chinaunix

标题: CU https 连接失败,bug 吗? [打印本页]

作者: yjh777    时间: 2016-03-23 14:55
标题: CU https 连接失败,bug 吗?
  1. $ curl -D - https://www.chinaunix.net | head -n 20
  2.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  3.                                  Dload  Upload   Total   Spent    Left  Speed
  4.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  5. curl: (35) Peer reports it experienced an internal error.
复制代码

作者: yjh777    时间: 2016-03-23 17:02
. anybody there ?
作者: yjh777    时间: 2016-03-23 17:07
  1. $ curl -s -vv https://www.chinaunix.net
  2. * About to connect() to www.chinaunix.net port 443 (#0)
  3. *   Trying 14.18.142.16...
  4. * Connected to www.chinaunix.net (14.18.142.16) port 443 (#0)
  5. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  6. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  7.   CApath: none
  8. * NSS error -12188 (SSL_ERROR_INTERNAL_ERROR_ALERT)
  9. * Peer reports it experienced an internal error.
  10. * Closing connection 0
复制代码
感觉像是bug,不支持的话,应该不会有error 字样吧:   NSS error -12188 (SSL_ERROR_INTERNAL_ERROR_ALERT)
作者: 王楠w_n    时间: 2016-03-23 17:16
CU木有用https  ,不是bug回复 1# yjh777


   
作者: yjh777    时间: 2016-03-23 17:29
回复 4# 王楠w_n

噢,那开着 443 端口做什么?
  1. $ nmap 119.75.217.109

  2. Starting Nmap 7.00 ( https://nmap.org ) at 2016-03-23 17:27 CST
  3. Nmap scan report for 119.75.217.109
  4. Host is up (0.018s latency).
  5. Not shown: 993 filtered ports
  6. PORT      STATE  SERVICE
  7. 25/tcp    closed smtp
  8. 80/tcp    open   http
  9. 135/tcp   closed msrpc
  10. 139/tcp   closed netbios-ssn
  11. 443/tcp   open   https
  12. 445/tcp   closed microsoft-ds
  13. 10000/tcp closed snet-sensor-mgmt

  14. Nmap done: 1 IP address (1 host up) scanned in 5.82 seconds
复制代码

作者: 王楠w_n    时间: 2016-03-23 17:35
我问问技术哈 回复 5# yjh777


   
作者: 王楠w_n    时间: 2016-03-23 17:45
谢谢您的提醒,刚刚跟技术沟通了下,我们一直用的http协议,牛盾安全cdn的是443端口回复 5# yjh777


   
作者: shang2010    时间: 2016-03-23 20:07
牛盾安全cdn的是443端口

技术有才啊
作者: 流氓无产者    时间: 2016-03-23 21:14
yjh777 发表于 2016-03-23 17:29
回复 4# 王楠w_n

噢,那开着 443 端口做什么?

抓你这种乱扫描的家伙
作者: action08    时间: 2016-03-24 09:33
回复 5# yjh777
  1. shell@localhost:~$ nmap www.chinaunix.net

  2. Starting Nmap 7.01 ( https://nmap.org ) at 2016-03-24 09:31 CST
  3. Nmap scan report for www.chinaunix.net (222.186.19.139)
  4. Host is up (0.0096s latency).
  5. Not shown: 998 filtered ports
  6. PORT    STATE SERVICE
  7. 80/tcp  open  http
  8. 443/tcp open  https

  9. Nmap done: 1 IP address (1 host up) scanned in 5.18 seconds
  10. shell@localhost:~$
  11. shell@localhost:~$ nmap 119.75.217.109

  12. Starting Nmap 7.01 ( https://nmap.org ) at 2016-03-24 09:32 CST
  13. Nmap scan report for 119.75.217.109
  14. Host is up (0.030s latency).
  15. Not shown: 998 filtered ports
  16. PORT    STATE SERVICE
  17. 80/tcp  open  http
  18. 443/tcp open  https

  19. Nmap done: 1 IP address (1 host up) scanned in 4.66 seconds
  20. shell@localhost:~$
  21. shell@localhost:~$
复制代码

作者: yjh777    时间: 2016-03-24 10:04
噢,原来我们访问的都是CDN,可能之前重复贴子的问题是 CDN 导致的?()
作者: yjh777    时间: 2016-03-24 10:04
噢,原来我们访问的都是CDN,可能之前重复贴子的问题是 CDN 导致的?()




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2