热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

samba服务器连接失败盒子_DSG串联向日葵、TV等应用连接服务器失败

故障现象DSG串行部署,在使用向日葵等应用时出现连接服务器失败的情况,当禁用https协议后全部正常。DSG串行由于有ATS的参与,所有h
  • 故障现象

DSG串行部署,在使用向日葵等应用时出现连接服务器失败的情况,当禁用https协议后全部正常。DSG串行由于有ATS的参与,所有https的流量要过ATS处理,在此时会出现和证书有关的问题。

cc441502bef12806943a924d9e41cd72.png

  • 故障分析

在DSG上将https协议禁用;

d24e0fe80fc31eb5d41915e39025fc93.png

客户端向日葵连接服务器成功;

33bb811b5fa3850d0f2d5ae494577efc.png

再次将https协议启用;

e6141b1feb19f86b3f01dcb354d00076.png

向日葵连接服务器再次失败;

d447fa9480b903b0275d308d590e4956.png

在开启https协议后,DSG串行环境下客户端使用DSG自签发的CA证书,通过wireshark抓包可以看到我们的证书,如下所示;

05475ebdacbea0e1a7065224a0598ca1.png

同时,在客户端查看向日葵的日志,发现证书校验失败;

9dd0bde7b1086343153303345e5b64d5.png

  • 故障解决

故障原因:DSG串行下,向日葵的客户端会验证证书,我们的是自签发证书,因此向日葵客户端校验证书失败。

临时解决:(添加SSL例外)

23484c87cc1125cc7285d4c0c363eb04.png

基于来源的SSL例外;

428894098b021578a4cceefeaa3445cd.png

但上述方法明显不是最优的解决方法,因为会对这个IP地址的主机进行全局的例外,很多用户不愿意采用上述方法。

推荐方法:

同样是配置全局例外功能,我们仅对访问的目标域名进行例外即可。

6f6d277eab7c68f5d161e7c78882e7c9.png

d16ef5d1f272e3547167dda8e61ff3f7.png

测试验证;

a18a8c95efdc073293608484a2646ac3.png

补充:向日葵log

全局例外前;

2020-09-24 10:22:13.740      - Info  -     [http call3] new call id:15, url:https://slapi.oray.net/remote/get-fastcode

2020-09-24 10:22:13.740      - Info  -     [http call3] id:15 create new connection : https://slapi.oray.net:443

2020-09-24 10:22:13.749      - Info  -     attempt to connect server slapi.oray.net:443(121.40.59.15:443)

2020-09-24 10:22:13.763      * Error *   ! The certificate is not correctly signed by the trusted CA

2020-09-24 10:22:13.763      - Info  -     sslstream disconnect with POLARSSL_ERR_X509_CERT_VERIFY_FAILED



全局例外后;

2020-09-24 10:24:16.455      - Info  -     [http call3] new call id:16, url:https://slapi.oray.net/remote/get-fastcode

2020-09-24 10:24:16.456      - Info  -     [http call3] id:16 create new connection : https://slapi.oray.net:443

2020-09-24 10:24:16.465      - Info  -     attempt to connect server slapi.oray.net:443(121.41.74.206:443)

2020-09-24 10:24:16.927      - Info  -     [http call3] id:16, url:https://slapi.oray.net/remote/get-fastcode, status code:200

2020-09-24 10:24:16.936      - Info  -     attempt to connect server rc10-fc02.oray.com:443(47.99.48.228:443)

2020-09-24 10:24:17.053      - Info  -     [service] attempted logon

2020-09-24 10:24:17.109      - Info  -     [service] logon server OK. public ip:124.127.119.210

2020-09-24 10:24:17.143      - Info  -     [online] attempted client online

2020-09-24 10:24:17.178      - Info  -     [online] client online OK.

2020-09-24 10:24:17.180      - Info  -     [online] received name:default , description:default .

2020-09-24 10:24:17.181      - Info  -     [service] attempted register client to server

2020-09-24 10:24:17.215      - Info  -     [service] registered client to server

2020-09-24 10:24:17.215      - Info  -     [http call3] new call id:17, url:https://sl-log.oray.net/slclientlog

2020-09-24 10:24:17.215      - Info  -     Current client status: 1

2020-09-24 10:24:17.215      - Info  -     send status_changed notify 1

2020-09-24 10:24:17.218      - Info  -     [http call3] id:17 create new connection : https://sl-log.oray.net:443

2020-09-24 10:24:17.222      - Info  -     [discover] Client NotifyDiscover type=5

2020-09-24 10:24:17.225      - Info  -     [mac] local ip:172.18.0.101

2020-09-24 10:24:17.225      - Info  -     [mac] mac address:EA:FF:2B:3D:5A:C9

2020-09-24 10:24:17.231      - Info  -     [OnLogin start]

2020-09-24 10:24:17.231      - Info  -     [http call3] new call id:18, url:https://slapi.oray.net/sunlogin/remote-info.update

2020-09-24 10:24:17.231      - Info  -     [OnLogin] WaittingTask Start

2020-09-24 10:24:17.231      - Info  -     [OnLogin end]

2020-09-24 10:24:17.237      - Info  -     [OnLogin] WaittingTask end

2020-09-24 10:24:21.229      - Info  -     attempt to connect server sl-log.oray.net:443(121.40.118.44:443)

2020-09-24 10:24:21.229      - Info  -     [http call3] id:18 use old connection : https://slapi.oray.net:443

2020-09-24 10:24:21.539      - Info  -     [http call3] id:18, url:https://slapi.oray.net/sunlogin/remote-info.update, status code:200

2020-09-24 10:24:21.539      - Info  -     upload remote info ok

2020-09-24 10:24:22.170      - Info  -     [http call3] id:17, url:https://sl-log.oray.net/slclientlog, status code:200




推荐阅读
  • 在Ubuntu 18.04上使用Nginx搭建RTMP流媒体服务器
    本文详细介绍了如何在Ubuntu 18.04上使用Nginx和nginx-rtmp-module模块搭建RTMP流媒体服务器,包括环境搭建、配置文件修改和推流拉流操作。适用于需要搭建流媒体服务器的技术人员。 ... [详细]
  • 本文基于Java官方文档进行了适当修改,旨在介绍如何实现一个能够同时处理多个客户端请求的服务端程序。在前文中,我们探讨了单客户端访问的服务端实现,而本篇将深入讲解多客户端环境下的服务端设计与实现。 ... [详细]
  • ArcBlock 发布 ABT 节点 1.0.31 版本更新
    2020年11月9日,ArcBlock 区块链基础平台发布了 ABT 节点开发平台的1.0.31版本更新,此次更新带来了多项功能增强与性能优化。 ... [详细]
  • 探讨了在HTML表单中使用元素代替进行表单提交的方法。 ... [详细]
  • JavaScript 跨域解决方案详解
    本文详细介绍了JavaScript在不同域之间进行数据传输或通信的技术,包括使用JSONP、修改document.domain、利用window.name以及HTML5的postMessage方法等跨域解决方案。 ... [详细]
  • Fiddler 安装与配置指南
    本文详细介绍了Fiddler的安装步骤及配置方法,旨在帮助用户顺利抓取用户Token。文章还涵盖了一些常见问题的解决方案,以确保安装过程顺利。 ... [详细]
  • Docker安全策略与管理
    本文探讨了Docker的安全挑战、核心安全特性及其管理策略,旨在帮助读者深入理解Docker安全机制,并提供实用的安全管理建议。 ... [详细]
  • 调试利器SSH隧道
    在开发微信公众号或小程序的时候,由于微信平台规则的限制,部分接口需要通过线上域名才能正常访问。但我们一般都会在本地开发,因为这能快速的看到 ... [详细]
  • 如何在U8系统中连接服务器并获取数据
    本文介绍了如何在U8系统中通过不同的方法连接服务器并获取数据,包括使用MySQL客户端连接实例的方法,如非SSL连接和SSL连接,并提供了详细的步骤和注意事项。 ... [详细]
  • 本文详细介绍了在 CentOS 7 系统中安装 Python 3.7 的步骤,包括编译工具的安装、Python 3.7 源码的下载与编译、软链接的创建以及常见错误的处理方法。 ... [详细]
  • WebBenchmark:强大的Web API性能测试工具
    本文介绍了一款名为WebBenchmark的Web API性能测试工具,该工具不仅支持HTTP和HTTPS服务的测试,还提供了丰富的功能来帮助开发者进行高效的性能评估。 ... [详细]
  • 本文提供了处理WordPress网站中出现过多重定向问题的方法,包括检查DNS配置、安装SSL证书以及解决数据库连接错误等步骤。 ... [详细]
  • Logging all MySQL queries into the Slow Log
    MySQLoptionallylogsslowqueriesintotheSlowQueryLog–orjustSlowLog,asfriendscallit.However,Thereareseveralreasonstologallqueries.Thislistisnotexhaustive:Belowyoucanfindthevariablestochange,astheyshouldbewritteninth ... [详细]
  • SDWebImage第三方库学习
    1、基本使用方法异步下载并缓存-(void)sd_setImageWithURL:(nullableNSURL*)urlNS_REFINED_FOR_SWIFT;使用占位图片& ... [详细]
  • 文章目录python包-requests关于requests包安装和使用pythonrequests请求超时设置工作中遇到的常见问题整理访问https网站,报错cer ... [详细]
author-avatar
心如止水向北飞2012_737
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有