网站首页 站内搜索

搜索结果

查询Tags标签: Certificate,共有 40条记录
  • 生成符合chrome要求的自签名HTTPS证书

    按照文章给Nginx配置一个自签名的SSL证书中给出的代码生成自签名证书后,发现使用chrome浏览器访问会报 Invalid self signed SSL cert - “Subject Alternative Name Missing” 的错误,原因是 "没有备份的主题名称",因而需要在生成的证书中加入备份的主题名…

    2021/10/24 23:12:40 人评论 次浏览
  • 生成符合chrome要求的自签名HTTPS证书

    按照文章给Nginx配置一个自签名的SSL证书中给出的代码生成自签名证书后,发现使用chrome浏览器访问会报 Invalid self signed SSL cert - “Subject Alternative Name Missing” 的错误,原因是 "没有备份的主题名称",因而需要在生成的证书中加入备份的主题名…

    2021/10/24 23:12:40 人评论 次浏览
  • nginx https ssl tls configuration

    Module ngx_http_ssl_module (nginx.org)server {listen 80 http2 defualt_server;listen [::]:80 http2 default_server;server_name ~^.*\.aeon\.io$;access_log /var/log/nginx/aeon.io.log combined;index index.html;root /aeon.io;#rewrite ^(.*)$ https://$http_ho…

    2021/10/15 7:15:50 人评论 次浏览
  • nginx https ssl tls configuration

    Module ngx_http_ssl_module (nginx.org)server {listen 80 http2 defualt_server;listen [::]:80 http2 default_server;server_name ~^.*\.aeon\.io$;access_log /var/log/nginx/aeon.io.log combined;index index.html;root /aeon.io;#rewrite ^(.*)$ https://$http_ho…

    2021/10/15 7:15:50 人评论 次浏览
  • 在学习ros、slam、robotics 的同时,不要被ubuntu出现的各种bug而消耗太多时间:

    在学习ros、slam的同时,不要被ubuntu出现的各种bug而消耗太多时间: 比如ubuntu系统更新、还源,有可能你找了网上的教程换了源,最后还是没有sudo apt-get update起来 1.制定好学习计划,把更多的时间放在理论、代码等消化环节 2.ubuntu由于是开源,内核、显卡、声卡、驱…

    2021/10/2 7:14:17 人评论 次浏览
  • 在学习ros、slam、robotics 的同时,不要被ubuntu出现的各种bug而消耗太多时间:

    在学习ros、slam的同时,不要被ubuntu出现的各种bug而消耗太多时间: 比如ubuntu系统更新、还源,有可能你找了网上的教程换了源,最后还是没有sudo apt-get update起来 1.制定好学习计划,把更多的时间放在理论、代码等消化环节 2.ubuntu由于是开源,内核、显卡、声卡、驱…

    2021/10/2 7:14:17 人评论 次浏览
  • 使用wget提示无法建立SSL连接

    wget 下载URL 提示无法建立SSL连接解决方法: 原命令上加上" --no-check-certificate" 这是因为wget在使用HTTPS协议时,默认会去验证网站的证书,而这个证书验证经常会失败。加上"--no-check-certificate"选项,就能排除掉这个错误。下载成功!

    2021/9/26 6:12:21 人评论 次浏览
  • 使用wget提示无法建立SSL连接

    wget 下载URL 提示无法建立SSL连接解决方法: 原命令上加上" --no-check-certificate" 这是因为wget在使用HTTPS协议时,默认会去验证网站的证书,而这个证书验证经常会失败。加上"--no-check-certificate"选项,就能排除掉这个错误。下载成功!

    2021/9/26 6:12:21 人评论 次浏览
  • IDEA unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif

    IDEA执行Get from version control的clone时报错:unable to access https://github.com/Blank/xxx.git/: error setting certificate verif 作者亲试解决办法: 在git的bash.exe中输入命令并回车执行 $ git config --global http.sslVerify false

    2021/9/25 6:42:37 人评论 次浏览
  • IDEA unable to access 'https://github.com/Blank/xxx.git/': error setting certificate verif

    IDEA执行Get from version control的clone时报错:unable to access https://github.com/Blank/xxx.git/: error setting certificate verif 作者亲试解决办法: 在git的bash.exe中输入命令并回车执行 $ git config --global http.sslVerify false

    2021/9/25 6:42:37 人评论 次浏览
  • burpsuit抓包Python requests请求 https

    Home Python Requests and Burp Suite Problem: When I am conducting a pentest, I commonly write python scripts to use the requests module and need to proxy them through Burp. I have been using the "Easy way out," but there are problems with do…

    2021/9/16 11:04:49 人评论 次浏览
  • burpsuit抓包Python requests请求 https

    Home Python Requests and Burp Suite Problem: When I am conducting a pentest, I commonly write python scripts to use the requests module and need to proxy them through Burp. I have been using the "Easy way out," but there are problems with do…

    2021/9/16 11:04:49 人评论 次浏览
  • clickhouse或MYSQL获取当前行数作为页面序号

    MYSQL方法:SELECT (@i :=@i + 1) as ‘index’ clickhouse方法:rowNumberInAllBlocks()+1 select rowNumberInAllBlocks()+1, district_id from bir_birth_certificate_record_info

    2021/9/8 19:09:21 人评论 次浏览
  • clickhouse或MYSQL获取当前行数作为页面序号

    MYSQL方法:SELECT (@i :=@i + 1) as ‘index’ clickhouse方法:rowNumberInAllBlocks()+1 select rowNumberInAllBlocks()+1, district_id from bir_birth_certificate_record_info

    2021/9/8 19:09:21 人评论 次浏览
  • nginx ssl 配置

    ssl_certificate vhost/6001924_xxx.xxxx.cn.pem;ssl_certificate_key vhost/6001924_xxx.xxxx.cn.key;ssl_session_timeout 5m;ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;ssl_protocols TLSv1 TLSv1.1 TLSv1.2;ssl_pre…

    2021/8/17 7:06:22 人评论 次浏览
扫一扫关注最新编程教程