码迷,mamicode.com
首页 >  
搜索关键字:ssl vcenter    ( 7949个结果
git clone 报错解决方法
###1.git clone 报错问题 fatal: unable to access 'https://github.com/monster1935/vue-admin.git/': SSL certific... $ git clone https://github.com/monster193 ...
分类:其他好文   时间:2021-03-05 13:10:16    阅读次数:0
.Net 5 部署Ubuntu 连接Mysql报SSL错误
将asp.net 5项目部署到linux项目,部署的时候没问题,但是连接Mysql数据库的时候一直报错: 打出所有的异常信息: 通过搜索github上相关的issue,发现这是一个net 5的已知BUG,但是不知道为什么在有些环境上依然会出现; 解决方案: vim /etc/ssl/openssl. ...
分类:数据库   时间:2021-03-03 12:14:06    阅读次数:0
【Apache】Rewrite模块
加载模块 在httpd.conf文件里使下面模块生效: LoadModule ssl_module modules/mod_ssl.so # 如果使用https证书,这个模块功能一定要打开! LoadModule rewrite_module modules/mod_rewrite.so # 重写模 ...
分类:Web程序   时间:2021-03-01 14:13:40    阅读次数:0
Mac版:来解决一下忍无可忍的github下载缓慢问题(带详细步骤)
step1: 打开网站:https://www.ipaddress.com/,分别搜索github.com,github.global.ssl.fastly.net,codeload.github.com,获取对应的ip地址 step2: sudo vi /etc/hosts i进入编辑模式,esc ...
分类:系统相关   时间:2021-02-27 13:05:50    阅读次数:0
日常学习
simple_list_item_1 Unable to find explicit activity class 一个大佬 https://www.gcssloop.com/#blog @dimen/activity_vertical_margin 是什么意思? https://www.cnblo ...
分类:其他好文   时间:2021-02-26 13:23:23    阅读次数:0
nignx 和 springboot 配置汇总
参考文章 安装nignx1.14,并且打补丁,反向代理健康监控,ssl,解决自启动报pid错误 nginx 反向代理,和ssl重定向。 安装nignx nignx的安装目录 /usr/nginx nignx的源码目录 /usr/local/src/nginx nignx的健康监控目录 /usr/ng ...
分类:编程语言   时间:2021-02-25 12:22:59    阅读次数:0
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
火爆知乎的Android面试题-腾讯+字节+阿里面经真题汇总,知乎上转疯了!
火爆知乎的Android面试题-腾讯+字节+阿里面经真题汇总,知乎上转疯了! ...
分类:移动开发   时间:2021-02-22 12:05:43    阅读次数: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
7949条   上一页 1 ... 6 7 8 9 10 ... 795 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!