-
Notifications
You must be signed in to change notification settings - Fork 11
Description
执行:auto_cert_scheduler.py、auto_cert.py 是正常没有问题的
[root@ai cdn-auto-cert]# python3 auto_cert.py
2025-04-01 16:29:49.205 | INFO | core:check_cdn_all_cname:12 - cdn检查: ·所有·开启https并配置cname的域名
2025-04-01 16:29:50.607 | INFO | utils.checker.cname:check:35 - aliyun_cdn: meichao.com 正在作为加速域名使用, Cname: meichao.com.w.kunlunaq.com, SslProtocol: on, 检查通过
2025-04-01 16:29:50.612 | INFO | utils.checker.cname:check:35 - aliyun_cdn: meihx.com 正在作为加速域名使用, Cname: meihx.com.w.kunlunaq.com, SslProtocol: on, 检查通过
2025-04-01 16:29:50.628 | INFO | core:check_cdn_dns_health:37 - 健康检查: 在线检查·目标域名·健康状态
2025-04-01 16:29:50.974 | INFO | utils.checker.ssl:check:387 - ssl_checker: 加速域名为 meichao.com, 检查完成
2025-04-01 16:29:51.331 | INFO | utils.checker.ssl:check:387 - ssl_checker: 加速域名为 meihx.com, 检查完成
2025-04-01 16:29:51.332 | INFO | main:auto_cert_service:10 - cdn-auto-cert: 执行完成
执行:app.py 后
[root@ai cdn-auto-cert]# python3 app.py
- Serving Flask app 'app'
- Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. - Running on all addresses (0.0.0.0)
- Running on http://127.0.0.1:8080
- Running on http://192.168.0.200:8080
Press CTRL+C to quit - Restarting with stat
- Debugger is active!
- Debugger PIN: 130-021-169
127.0.0.1 - - [01/Apr/2025 16:22:02] "GET / HTTP/1.1" 401 -
127.0.0.1 - - [01/Apr/2025 16:22:06] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /static/bootstrap-5.3.1/css/bootstrap.min.css HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /static/layui-v2.8.16/layui.js HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /static/layui-v2.8.16/css/layui.css HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /static/images/admin.jpg HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /static/layui-v2.8.16/font/iconfont.woff2?v=282 HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [01/Apr/2025 16:22:07] "GET /api/v1/ssl/list?page=1&limit=10 HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:12] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=huawei HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:15] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=aliyun HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:16] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=tencent HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:20] "GET /static/bootstrap-5.3.1/css/bootstrap.min.css HTTP/1.1" 304 -
127.0.0.1 - - [01/Apr/2025 16:22:20] "GET /static/layui-v2.8.16/css/layui.css HTTP/1.1" 304 -
127.0.0.1 - - [01/Apr/2025 16:22:23] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=tencent HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:26] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=huawei HTTP/1.1" 200 -
127.0.0.1 - - [01/Apr/2025 16:22:32] "GET /api/v1/ssl/list?page=1&limit=10&cdn_type=tencent HTTP/1.1" 200 -