码迷,mamicode.com
首页 >  
搜索关键字:mail postfix tls ssl sasl dovecot    ( 13929个结果
idea svn连接https报错问题: E230001: Server SSL certificate verification failed: certificate issued
重新安装windows10后,使用idea下代码时报了错E170013 E230001: Server SSL certificate verification failed: certificate issued、 网上找了下相同的问题,在此记录下解决方案 cmd打开运行窗口,执行以下命令 svn ...
分类:Web程序   时间:2021-02-24 13:22:53    阅读次数:0
linux7.4源码编译安装nginx
linux7.4源码编译安装nginx 介绍 Web工作者构建网站就需要用到Nginx Web服务器,可是还有小伙伴不会在Linux上安装Nginx,毕竟我们开发的项目都是要在服务器上运行的,今天就来讲讲如何在CentOS7环境使用源码进行安装Nginx。 Nginx官网下载链接:https://n ...
分类:系统相关   时间:2021-02-24 12:50:50    阅读次数:0
sharding-jdbc精确分片配置
sharding: jdbc: config: sharding: tables: myorder: key-generator-column-name: id #主键 actual-data-nodes: db$->{0..1}.myorder_$->{0..1} #分库策略 database‐s ...
分类:数据库   时间:2021-02-22 12:45:00    阅读次数:0
kafka鹰 sasl结合
test.kafka.eagle.sasl.enable=true test.kafka.eagle.sasl.protocol=SASL_PLAINTEXT test.kafka.eagle.sasl.mechanism=PLAIN test.kafka.eagle.sasl.jaas.confi ...
分类:其他好文   时间:2021-02-22 12:41:44    阅读次数:0
火爆知乎的Android面试题-腾讯+字节+阿里面经真题汇总,知乎上转疯了!
火爆知乎的Android面试题-腾讯+字节+阿里面经真题汇总,知乎上转疯了! ...
分类:移动开发   时间:2021-02-22 12:05:43    阅读次数:0
.Net 动态签发TLS证书并且Chrome不报错的简陋实现
https://github.com/LeiKaiFeng-GoodBoy/LeiKaiFeng.X509Certificates 很简单,也可以直接上代码 public static class TLSCertificate { static X509Extension CreateSubAltN ...
分类:Web程序   时间:2021-02-20 12:10:51    阅读次数:0
CentOS6使用letsencrypt/certbot 生成ssl证书
根据certbot官网,最新版的certbot已经不再支持CentOS6,但由于生产环境不敢随意升级系统,此时只需使用Certbot的稍微旧一点的版本即可,比如1.0版本。源码地址:https://github.com/certbot/certbot/archive/v1.0.0.tar.gz 具体 ...
分类:其他好文   时间:2021-02-20 12:05:09    阅读次数:0
Java开发工程师最新面试题库系列——Web部分(附答案)
WEB 如果你有更好的想法请在评论区留下您的答案,一起交流讨论 http和https有什么区别? 答:http是超文本传输协议,默认端口是80。https是安全的默认端口是443;http是明文传输,存在安全隐患,Https在Http的基础上增加了SSL/TLS协议,需要依靠整数来验证服务器身份,并 ...
分类:编程语言   时间:2021-02-18 13:12:49    阅读次数:0
Linux Centos7发送QQ邮件
一、关闭本机的sendmail服务或者postfix服务 #sendmial service sendmail stop chkconfig sendmail off #postfix service postfix stop chkconfig postfix off 二、安装mailx yum ...
分类:系统相关   时间:2021-02-17 14:09:35    阅读次数:0
linux下配置邮件发送器
linux下配置邮件发送器postfix 开始之前必须先配置 dns域名解析 详见另一篇博客 安装postfix服务器并进行配置 可能postfix在系统安装过程中已经安装了此服务,可以使用下面的命令查询 rpm -q postfix 如果没有可以手动安装: yum install -y postf ...
分类:系统相关   时间:2021-02-10 13:17:31    阅读次数:0
13929条   上一页 1 ... 10 11 12 13 14 ... 1393 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!