码迷,mamicode.com
首页 >  
搜索关键字:certificate    ( 805个结果
Failed to connect to VMware Lookup Service……SSL certificate verification failed.
今天登陆vspher web-client时候,报错如下: Failed to connect to VMware Lookup Service https://vc-test.cebbank.com:7444/lookupservice/sdk - SSL certificate verifica ...
分类:系统相关   时间:2016-08-22 19:52:57    阅读次数:622
阿里云CentOS下安装jdk
首先需要下载jdk: 由于oracle上的下载页面有跳转,直接用wget下载下来的只是html页面。可以用下面的命令: wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle ...
分类:其他好文   时间:2016-08-19 01:03:08    阅读次数:236
一、Python Django的安装
一、PythonDjango的安装一、Django的安装#wgethttps://www.djangoproject.com/m/releases/1.3/Django-1.3.7.tar.gz--no-check-certificate#tar-zxvfDjango-1.3.7.tar.gz#cdDjango-1.3.7#pythonsetup.pyinstall#pythonPython2.6.6(r266:84292,Nov222013,12:16:22)[GCC4.4.720120..
分类:编程语言   时间:2016-08-17 23:16:01    阅读次数:205
Docker版本Omnibus Gitlab 加Lets Encrypt免费SSL一键搭建
首先使用下列文件gitlab_run.sh生成LetsEncrypt的certificate。 来源: https://github.com/flasheryu/docker-letsencrypt-nginx-proxy-companion-examples 然后待/volumes/proxy/c ...
分类:其他好文   时间:2016-08-16 20:04:03    阅读次数:387
Linux下安装jdk(xxx.rpm,非xxx.tar.gz,请注意!)过程
1、使用wget获取jdk(jdk-7u71-linux-i586.rpm)安装包,等待下载完成 # wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie ...
分类:系统相关   时间:2016-08-14 17:38:55    阅读次数:357
nginx反向代理和认证反向代理
认证反向代理server{listen443ssl;sslon;ssl_certificate/usr/local/nginx/ssl/cn.crt;ssl_certificate_key/usr/local/nginx/ssl/cn.key;server_namewww.aa.com;location/{#proxy_redirectoff;#proxy_set_headerHost$host;#proxy_set_headerX-Real-IP$remote_addr;#proxy_set_h..
分类:其他好文   时间:2016-08-06 07:04:45    阅读次数:292
LAMP+nginx+bbs
mysql:web:cd/sur/local/srcwgethttps://cn.wordpress.org/wordpress-4.5.3-zh_CN.zipunzipwordpress-4.5.3-zh_CN.zipmvwordpress/data/blogwget--no-check-certificate"https://files.phpmyadmin.net/phpMyAdmin/4.0.10.16/phpMyAdmin-4.0.10.16-all-languages.tar.gz"mvphpMy..
分类:其他好文   时间:2016-08-06 07:04:02    阅读次数:181
Android Studio 打包签名发布New Key Store
Key store path:存放路径 Key Alias:别名 Validity(years):有效期 Certificate:证书 First and Last Name: Organization Unit:组织单位 Organization:组织 City or Locality:城市或地区 ...
分类:移动开发   时间:2016-08-02 17:01:36    阅读次数:639
Nginx 499错误的原因及解决方法
今天进行系统维护,发现了大量的499错误, 499错误 ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ngx_string(ngx_http_error_496_page), /* 496, https ...
分类:其他好文   时间:2016-07-21 14:56:42    阅读次数:209
CentOS 6.4安装pip,CentOS安装python包管理安装工具pip的方法
CentOS 6.4安装pip,CentOS安装python包管理安装工具pip的方法如下: 截至包子写本文的时候,pip最新为 1.5.5 注意:wget获取https的时候要加上:--no-check-certificate OK,这样就安装好pip了 ...
分类:编程语言   时间:2016-07-13 20:31:10    阅读次数:149
805条   上一页 1 ... 46 47 48 49 50 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!