Molunerfinn / PicGo

:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder

Home Page:https://molunerfinn.com/PicGo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: minio开启ssl后上传图片显示:UNABLE_TO_VERIFY_LEAF_SIGNATURE

Konghe-cn opened this issue · comments

前置阅读 | Pre-reading

PicGo的版本 | PicGo Version

v2.4.0-beta6

系统信息 | System Information

Windows

问题重现 | Bug reproduce

在本地搭建的mino家里没有公网ip所以使用了frp做内网穿透,在picgo填好参数后上传文件时提示:UNABLE_TO_VERIFY_LEAF_SIGNATURE
其他软件可以正常使用搭建的minio就picgo不行,百度无果求助

相关日志 | Logs

2024-03-06 18:32:18 [PicGo SUCCESS]

2024-03-06 18:38:17 [PicGo INFO] Before transform
2024-03-06 18:38:17 [PicGo INFO] Transforming... Current transformer is [path]
2024-03-06 18:38:17 [PicGo INFO] Before upload
2024-03-06 18:38:17 [PicGo INFO] beforeUploadPlugins: renameFn running
2024-03-06 18:38:17 [PicGo INFO] Uploading... Current uploader is [minio]
2024-03-06 18:38:17 [PicGo WARN] {
"code": "UNABLE_TO_VERIFY_LEAF_SIGNATURE"
}
2024-03-06 18:38:17 [PicGo SUCCESS]

请去 minio 插件仓库反馈。