今天在做发送邮件功能时,开始用qq邮箱和163邮箱都可以正常发送,后再改用我公司的邮箱和smtp时竟然报错了. 异常提示-----"根据验证过程,远程证书无效",后来通过查询资料解决该问题,上代码: using log4net; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Mail; using System.Net.Secur
好久没写博客了,今天突然遇到个神奇的问题. 做好的网站在win10上和Windows sever 2012 上都没有问题,搬到Windows sever 2003上就出现了这么一个错误: Server Error in '/' Application. The remote certificate is invalid according to the validation procedure. Description: An unhandled exception occurred durin
起因 部署服务器到一台很久未更新的系统(windows 10),安装docker后,恰好系统自动更新,重启后docker不能启动,提示Kubernetes证书无效(未截到图,抱歉) 排查 因为没有开启Kubernetes,排除这部分原因 预感是docker生成的证书,在系统更新后验证失效了 解决 删除C:\ProgramData\DockerDesktop(生产环境慎用!) 重新运行Docker for Windows Installer.exe更新证书 一键脚本 reset.bat power
工作日志,证书无效 unable to find valid certification path to requested target 最近被这个问题弄得头大.导致所有用到 se.transmode.gradle:gradle-docker:1.2 的项目全部都无法启动!也不知道为什么会这样,其他同事的项目却可以正常打包运行!花了大半天的时间终于折腾好了. 异常情况: 异常日志: org.gradle.api.ProjectConfigurationException: A problem
On your local machine Open Windows command prompt type: gpedit.msc -> Press Enter -> a new window will popout Go to Local Computer Policy –> Computer Configuration –> Administrative Templates –> System –> Credentials Delegation Double Cl