Skip to content

Commit

Permalink
取消atri推送SSL证书 (#12)
Browse files Browse the repository at this point in the history
因ssl证书有bug会提示message:unable to verify the first certificate,name:Error,stack:Error: unable to verify the first certificaten at TLSSocket.onConnectSecure (_tls_wrap.js:1051:34),暂时取消取消atri推送https设置,待服务端修复后恢复ssl
  • Loading branch information
TIANLI0 authored Jul 13, 2022
1 parent 87acce0 commit 3aa4598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function noticeQmsg(options: CommonOptions) {
*/
async function noticeAtri(options: CommonOptions) {
checkParameters(options, ['token', 'content']);
const url = 'https://pushoo.tianli0.top/';
const url = 'http://pushoo.tianli0.top/';
let message = getTxt(options.content);
if (options.title) {
message = `${options.title}\n${message}`;
Expand Down

0 comments on commit 3aa4598

Please sign in to comment.