码迷,mamicode.com
首页 >  
搜索关键字:ssl 3.0    ( 7394个结果
Java Developer's Guide to SSL Certificates
https://www.codebyamir.com/blog/java-developers-guide-to-ssl-certificates Overview When developing web applications, we often need to integrate with o ...
分类:编程语言   时间:2019-12-24 13:59:37    阅读次数:103
警告:Establishing SSL connection without server’s identity verification is not recommended
SpringBoot启东时红色警告: Mon Jun 04 00:53:48 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According ...
分类:其他好文   时间:2019-12-24 13:56:42    阅读次数:84
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version ...
分类:其他好文   时间:2019-12-24 12:14:21    阅读次数:777
https原理总结
博客搬家: "https原理总结" 最近在公司项目的服务器上做一些内部接口,要求使用https,于是花时间研究了一波。我们熟知的http在传输时未对数据进行加密,在传输一些敏感信息时存在着不小的安全隐患。因此,https在http的基础上加上了SSL(Secure Sockets Layer)加密, ...
分类:Web程序   时间:2019-12-24 12:03:43    阅读次数:91
https搭建(自签名证书)
博客搬家: "https搭建(自签名证书)" /) 上一篇博客探究了https(ssl)的原理,为了贯彻理论落实于实践的宗旨,本文将记录我搭建https的实操流程,使用Apache2+ubuntu+opensssl 1.使用自签证书配置https 一般来讲,正式的上线项目都需要购买域名,并且向权威机 ...
分类:Web程序   时间:2019-12-24 11:44:13    阅读次数:201
nginx ssl单向和双向配置
Nginx配置SSLhttps://coding.net/u/aminglinux/p/nginx/git/blob/master/ssl/nginx.mdNginx配置SSLNginx配置示例(单向)cp/etc/pki/ca_test/server/server.*/usr/local/nginx/conf/{listen443ssl;server_namewww.aminglinux.com
分类:其他好文   时间:2019-12-23 23:55:10    阅读次数:359
邮箱验证码
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; namespace PubilcHelper { public class EMa ...
分类:其他好文   时间:2019-12-23 20:49:49    阅读次数:130
ssl原理及ssl配置
先来扫盲CA证书https://coding.net/u/aminglinux/p/nginx/git/blob/master/ssl/ca.md
分类:其他好文   时间:2019-12-23 18:55:44    阅读次数:106
计算交点以及是否在直线内
function IsCrossLine(Line1,Line2:TGPLineF):Boolean; var SP, EP, SP1, EP1: TGPPointF; denominator, ua, ub: Single; t: Single; CrossP:TGPPointF; IsCross ...
分类:其他好文   时间:2019-12-23 13:20:56    阅读次数:73
36. ClustrixDB 使用ClustrixDB加密连接
ClustrixDB使用sha256_password插件支持SSL和身份验证。 一些安全规则要求对存储在数据库中的用户密码进行更强的保护。与默认的mysql_native_password插件相比,sha256_password插件提供了在ClustrixDB中存储用户密码凭证的更安全的方法。当用 ...
分类:数据库   时间:2019-12-23 13:15:13    阅读次数:102
7394条   上一页 1 ... 87 88 89 90 91 ... 740 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!