首页 > 代码库 > caddy server 默认https && http2的验证

caddy server 默认https && http2的验证

1. 下载
 
  https://caddyserver.com/
  注意选择应该包含的模块,此次包含了git 插件
 
2. 配置
   使用 Caddyfile
   内容如下:
   
   
  1. rongfengliang.com
  2. gzip
  3. git git@github.com:dalong123/appdemo.git
  4. root appdemo
 
 3. 启动caddy server
 
  
  1. ./caddy
 
4. 成功提示的信息
 
  技术分享
 
    访问即可,通过谷歌浏览器可以方便的看到支持https  http2
 
技术分享

技术分享

 

 
5. 常见问题
 
  1. Activating privacy features...2017/03/2012:42:38[log] 
  2. failed to get certificate: acme:Error400- 
  3. urn:acme:error:malformed - DNS name does not have enough labels
 
一般的原因是自己添加的域名是没有进行审核的,后者一个不存在的域名。
 
6. 总结
 
   caddy  server 使用起来还是比较方便的,可以在项目中尝试下。
 
        参考文档:
        https://caddyserver.com/docs
 
 
 
 

caddy server 默认https && http2的验证