获取Ca证书相关与服务器信息
Request.ServerVariables["Url"]
返回服务器地址 Request.ServerVariables["Path_Info"]
客户端提供的路径信息 Request.ServerVariables["Appl_Physical_Path"]
与应用程序元数据库路径相应的物理路径 Request.ServerVariables["Path_Translated"]
通过由虚拟至物理的映射后得到的路径 Request.ServerVariables["Script_Name"]
执行脚本的名称 Request.ServerVariables["Query_String"]
查询字符串内容 Request.ServerVariables["Http_Referer"]
请求的字符串内容 Request.ServerVariables["Server_Port"]
接受请求的服务器端口号 Request.ServerVariables["Remote_Addr"]
发出请求的远程主机的IP地址 Request.ServerVariables["Remote_Host"]
发出请求的远程主机名称 Request.ServerVariables["Local_Addr"]
返回接受请求的服务器地址 Request.ServerVariables["Http_Host"]
返回服务器地址 Request.ServerVariables["Server_Name"]
服务器的主机名、DNS地址或IP地址 Request.ServerVariables["Request_Method"]
提出请求的方法比如GET、HEAD、POST等等 Request.ServerVariables["Server_Port_Secure"]
如果接受请求的服务器端口为安全端口时,则为1,否则为0 Request.ServerVariables["Server_Protocol"]
服务器使用的协议的名称和版本 Request.ServerVariables["Server_Software"]
应答请求并运行网关的服务器软件的名称和版本 Request.ServerVariables["All_Http"]
客户端发送的所有HTTP标头,前缀HTTP_ Request.ServerVariables["All_Raw"]
客户端发送的所有HTTP标头,其结果和客户端发送时一样,没有前缀HTTP_ Request.ServerVariables["Appl_MD_Path"]
应用程序的元数据库路径 Request.ServerVariables["Content_Length"]
客户端发出内容的长度 Request.ServerVariables["Https"]
如果请求穿过安全通道(SSL),则返回ON如果请求来自非安全通道,则返回OFF Request.ServerVariables["Instance_ID"]
IIS实例的ID号 Request.ServerVariables["Instance_Meta_Path"]
响应请求的IIS实例的元数据库路径 Request.ServerVariables["Http_Accept_Encoding"]
返回内容如:gzip,deflate Request.ServerVariables["Http_Accept_Language"]
返回内容如:en-us Request.ServerVariables["Http_Connection"]
返回内容:Keep-Alive Request.ServerVariables["Http_Cookie"]
返回内容:Cookie的值 Request.ServerVariables["Http_User_Agent"]
返回内容:Mozilla/4.0[compatible;MSIE6.0;WindowsNT5.1;SV1] Request.ServerVariables["Https_Keysize"]
安全套接字层连接关键字的位数,如128 Request.ServerVariables["Https_Secretkeysize"]
服务器验证私人关键字的位数如1024 Request.ServerVariables["Https_Server_Issuer"]
服务器证书的发行者字段 Request.ServerVariables["Https_Server_Subject"]
服务器证书的主题字段 Request.ServerVariables["Auth_Password"]
当使用基本验证模式时,客户在密码对话框中输入的密码 Request.ServerVariables["Auth_Type"]
是用户访问受保护的脚本时,服务器用於检验用户的验证方法 Request.ServerVariables["Auth_User"]
代证的用户名 Request.ServerVariables["Cert_Cookie"]
唯一的客户证书ID号 Request.ServerVariables["Cert_Flag"]
客户证书标志,如有客户端证书,则bit0为0如果客户端证书验证无效,bit1被设置为1 Request.ServerVariables["Cert_Issuer"]
用户证书中的发行者字段 Request.ServerVariables["Cert_Keysize"]
安全套接字层连接关键字的位数,如128 Request.ServerVariables["Cert_Secretkeysize"]
服务器验证私人关键字的位数如1024 Request.ServerVariables["Cert_Serialnumber"]
客户证书的序列号字段 Request.ServerVariables["Cert_Server_Issuer"]
服务器证书的发行者字段 Request.ServerVariables["Cert_Server_Subject"]
服务器证书的主题字段 Request.ServerVariables["Cert_Subject"]
客户端证书的主题字段 Request.ServerVariables["Content_Type"]
客户发送的form内容或HTTPPUT的数据类型
获取Ca证书相关与服务器信息的更多相关文章
- 信安实践——自建CA证书搭建https服务器
1.理论知识 https简介 HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HT ...
- 自建CA证书搭建https服务器
由于CA收费,所以可以自建CA,通过将CA导入浏览器实现https的效果,曾经12306购票就需要自行导入网站证书. 关于https 2015年阿里巴巴将旗下淘宝.天猫(包括移动客户端)全站启用HTT ...
- CA证书扫盲,https讲解。
很多关于CA证书的讲解. 1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有 ...
- Linux CA证书与https讲解
1.什么是CA证书. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有人都不认识他,他咋办捏?常用的办法是带公司开的一张介绍信,在 ...
- 【HTTPS】自签CA证书 && nginx配置https服务
首先,搭建https服务肯定需要一个https证书.这个证书可以看做是一个应用层面的证书.之所以这么说是因为https证书是基于CA证书生成的.对于正式的网站,CA证书需要到有资质的第三方证书颁发机构 ...
- 【传输协议】什么是CA证书
1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有人都不认识他,他咋办捏?常 ...
- CA证书扫盲,https讲解
很多关于CA证书的讲解. 1.什么是CA证书. 看过一些博客,写的比较形象具体. ◇ 普通的介绍信 想必大伙儿都听说过介绍信的例子吧?假设 A 公司的张三先生要到 B 公司去拜访,但是 B 公司的所有 ...
- HTTPS中CA证书的签发及使用过程
1,HTTPS 简单来讲,HTTPS (Secure Hypertext Transfer Protocol)安全超文本传输协议就是安全的HTTP,我们知道HTTP是运行在TCP层之上的,HTTPS在 ...
- CA证书与https讲解
最近面试问到这个问题,之前了解过但答的不是很好,再补充补充一下https方面的知识. 备注:以下非原创文章. CA证书与https讲解 1.什么是CA证书. ◇ 普通的介绍信 想必大伙儿都听说过介绍信 ...
随机推荐
- 楼盘信息sq
ID:1 楼盘名称:帝豪国际 网址:http://shangqiu.jiwu.com/loupan/239023.html 价格:2500元/平米 关注人数:497 地址:长寿大道南段 情况:在售 大 ...
- UVA 11624 Fire!
题目大意: F代表火焰 J代表人 一个人想在火焰烧到自己之前逃出着火地区 . 为路,人可以走,火可以燃烧(当然如果火先烧到就不能走了) #为墙,不可走 如果能逃出,输出时间,不能,输出IMPOSSIB ...
- 如何下载和安装CocoaPods
朋友自己学习了一段时间就去公司实习了去了之后公司用的是CocoaPods,他一脸茫然的向我求助,我这才想起来写着一遍为了帮助更多的朋友 CocoaPods是什么? 当你开发iOS应用时,会经常使用到很 ...
- Openwrt 编译报错:rootfs image is too big解决方法
修改: tools/firmware-utils/src/mktplinkfw2.c static struct flash_layout layouts[] = { { .id = "8M ...
- html5 audio的暂停与播放
在html5里,audio是新增的功能.它方便了用户. 大多数音频是通过插件(比如 Flash)来播放的.然而,并非所有浏览器都拥有同样的插件. HTML5 规定了一种通过 audio 元素来包含音频 ...
- .net版高斯模糊算法
最近挺多人找高斯算法,本人贴上一个高斯模糊算法类,希望可以帮助到大家.算法的效率还是可以接受的. #region 高斯模糊算法 /// <summary> /// 高斯模糊算法 /// & ...
- Jupyter notebook 配置目录
默认打开Jupyter notebook,工作目录是C:\Users\Username,这里面有很多其它与Jupyter notebook无关的文件,也很有用,不能看着烦就删掉,所以需要修改Jupyt ...
- Copy page via powershell and not save as template 分类: Sharepoint 2015-07-16 16:39 4人阅读 评论(0) 收藏
By save as template informaton of the page get lost, e.g. permissions. To avoid this, use powershell ...
- Linux学习 :移植linux-4.7.4到JZ2440开发板
一.编译环境搭建: 1.linux源码下载:https://www.kernel.org/2.安装交叉编译工具链: ①手动下载配置工具链: (1):解压 arm-linux-gcc-3.4.1.tar ...
- CGContext 解释
Managing Graphics Contexts:管理图形上下文 CGContextFlush // 强制立即渲染未执行在一个窗口上下文上的绘图操作到目标设备.系统会在合适的时机自动调用此函数,手 ...