热门标签 | 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




推荐阅读
  • 本文将介绍如何编写一些有趣的VBScript脚本,这些脚本可以在朋友之间进行无害的恶作剧。通过简单的代码示例,帮助您了解VBScript的基本语法和功能。 ... [详细]
  • Explore a common issue encountered when implementing an OAuth 1.0a API, specifically the inability to encode null objects and how to resolve it. ... [详细]
  • 在当前众多持久层框架中,MyBatis(前身为iBatis)凭借其轻量级、易用性和对SQL的直接支持,成为许多开发者的首选。本文将详细探讨MyBatis的核心概念、设计理念及其优势。 ... [详细]
  • 作为一名新手,您可能会在初次尝试使用Eclipse进行Struts开发时遇到一些挑战。本文将为您提供详细的指导和解决方案,帮助您克服常见的配置和操作难题。 ... [详细]
  • This guide provides a comprehensive step-by-step approach to successfully installing the MongoDB PHP driver on XAMPP for macOS, ensuring a smooth and efficient setup process. ... [详细]
  • 本文详细介绍了如何在Linux系统上安装和配置Smokeping,以实现对网络链路质量的实时监控。通过详细的步骤和必要的依赖包安装,确保用户能够顺利完成部署并优化其网络性能监控。 ... [详细]
  • PHP 5.2.5 安装与配置指南
    本文详细介绍了 PHP 5.2.5 的安装和配置步骤,帮助开发者解决常见的环境配置问题,特别是上传图片时遇到的错误。通过本教程,您可以顺利搭建并优化 PHP 运行环境。 ... [详细]
  • 本文介绍了一款用于自动化部署 Linux 服务的 Bash 脚本。该脚本不仅涵盖了基本的文件复制和目录创建,还处理了系统服务的配置和启动,确保在多种 Linux 发行版上都能顺利运行。 ... [详细]
  • 使用 Azure Service Principal 和 Microsoft Graph API 获取 AAD 用户列表
    本文介绍了一段通用代码示例,该代码不仅能够操作 Azure Active Directory (AAD),还可以通过 Azure Service Principal 的授权访问和管理 Azure 订阅资源。Azure 的架构可以分为两个层级:AAD 和 Subscription。 ... [详细]
  • 本文介绍了如何使用PHP代码实现微信平台的媒体素材上传功能,详细解释了API接口的使用方法和注意事项,确保文件路径正确以避免常见的错误。 ... [详细]
  • 使用Python在SAE上开发新浪微博应用的初步探索
    最近重新审视了新浪云平台(SAE)提供的服务,发现其已支持Python开发。本文将详细介绍如何利用Django框架构建一个简单的新浪微博应用,并分享开发过程中的关键步骤。 ... [详细]
  • CentOS7源码编译安装MySQL5.6
    2019独角兽企业重金招聘Python工程师标准一、先在cmake官网下个最新的cmake源码包cmake官网:https:www.cmake.org如此时最新 ... [详细]
  • 本文详细介绍如何使用Samba软件配置CIFS文件共享服务,涵盖安装、配置、权限管理及多用户挂载等关键步骤。通过具体示例和命令行操作,帮助读者快速搭建并优化Samba服务器。 ... [详细]
  • 本文详细探讨了HTTP 500内部服务器错误的成因、解决方案及其在Web开发中的影响。通过对具体案例的分析,帮助读者理解并解决此类问题。 ... [详细]
  • 使用Vultr云服务器和Namesilo域名搭建个人网站
    本文详细介绍了如何通过Vultr云服务器和Namesilo域名搭建一个功能齐全的个人网站,包括购买、配置服务器以及绑定域名的具体步骤。文章还提供了详细的命令行操作指南,帮助读者顺利完成建站过程。 ... [详细]
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社区 版权所有