原文:
https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf
译者:?Shawn?the?R0ck,(后面校正的自己加到后面)
SSL/TLS部署最佳实践
作者:Ivan?Risti?
version?1.3?(17?Sep...
分类:
其他好文 时间:
2014-12-03 12:41:23
阅读次数:
456
为统一管理内部系统的账户,想让zabbix使用LDAP认证方式。原来zabbix有和SSO系统进行整合。当想更好管理zabbix的权限,所以想直接和LDAP整合,反正SSO账户信息也是从LDAP得到的。公司LDAP使用的是windows的Exchange。首先需要在AD域内创建一个账户。Admin、LDAPuser和zabbix这..
分类:
其他好文 时间:
2014-12-03 10:38:20
阅读次数:
420
settings.py文件中添加配置:EMAIL_HOST=‘smtp.163.com‘EMAIL_HOST_USER=‘username@163.com‘EMAIL_HOST_PASSWORD=‘password‘EMAIL_USE_TLS=True方法1:#-*-coding:utf-8-*-
fromdjango.confimportsettings
settings.configure()
fromdjango.core.mailimportEmailMessage
fromse..
分类:
Web程序 时间:
2014-12-02 17:35:36
阅读次数:
221
最近在redhatenterpriselinux6.0上配置openldap服务器时总是在提示一个错误:ldapwhoami或者ldapsearch是出现sasl绑定错误ldap_sasl_interactive_bind_s:Invalidcredentials(49)additionalinfo:SASL(-13):usernotfound:nosecretindatabase网络上针对ldap服务器的49错误解决方法..
分类:
其他好文 时间:
2014-12-02 12:02:13
阅读次数:
618
tsung是erlang的一个开源的一个压力测试工具,可以测试包括HTTP, WebDAV, Mysql, PostgreSQL, LDAP, and XMPP/Jabber等服务器。针对 HTTP 测试,Tsung 支持 HTTP 1.0/1.1 ,包含一个代理模式的会话记录、支持 GE...
分类:
其他好文 时间:
2014-12-01 19:11:28
阅读次数:
297
测试代码
<?php
header('Content-Type: text/xml; charset=utf-8');
require_once('./PHPMailer-master/class.phpmailer.php');
function sendMail()
{
$mail = new PHPMailer();
//采用SMTP发送邮件
$mail-...
分类:
Web程序 时间:
2014-11-30 16:56:21
阅读次数:
198
安装mod_sslyuminstallmod_ssl–y配置文件路径/etc/httpd/conf.d/ssl.conf开放防火墙端口并保存iptables–IINPUT1–ptcp--dport443–jACCEPTserviceIptablessave/etc/pki/tls/certs生成证书目录makeaa.crt生成证书aa.crt将生成证书复制到/etc/httpd/conf下cpaa.*/etc/httpd/con..
分类:
其他好文 时间:
2014-11-28 14:34:23
阅读次数:
179
If you are a Windows Users:? This is a common error when you use XAMPP since LDAP is not enabled by default. You can follow this steps to make sure LDAP works in your XAMPP [Your Drive]:\xampp\ph...
分类:
其他好文 时间:
2014-11-26 14:36:57
阅读次数:
177
我使用HttpWebRequest访问其他网站时,出现"请求被中止:无法建立 SSL / TLS安全通道"错误,于是goog和百度了一番,提供的答案基本 是:ServicePointManager.ServerCertificateValidationCallback写委托public Respon...
分类:
其他好文 时间:
2014-11-25 23:16:47
阅读次数:
292