Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

换了macbook 现在不能用了。 #593

Closed
kossel opened this issue Aug 10, 2020 · 6 comments
Closed

换了macbook 现在不能用了。 #593

kossel opened this issue Aug 10, 2020 · 6 comments

Comments

@kossel
Copy link

kossel commented Aug 10, 2020

换了macbook 不记得一起播放器版本了,下载了最新的(build832)按以前配置用不了,不知道是否缺了什么,麻烦帮忙。

由于是工作电脑,已经有nginx listen 80/443 所以而外运作在其他端口。

node app.js -p 8080:8081 -f 103.126.92.132

自己按照这里生成安装了证书

host 加了

127.0.0.1 music.163.com
127.0.0.1 interface.music.163.com

添加了nginx配置

server {
        listen 80;
        server_name *.163.com;

        location / {
                proxy_pass http://127.0.0.1:8080; # http 端口
                proxy_set_header HOST 'music.163.com';
        }
}
server {
        listen 443 ssl;
        server_name *.163.com;

        ssl_certificate /usr/local/etc/nginx/ssl-certs/music-server.crt;
        ssl_certificate_key /usr/local/etc/nginx/ssl-certs/music-server.key;

        ssl_session_timeout 10m;
        ssl_session_cache shared:SSL:10m;

        ssl_protocols  TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers 'AES128+EECDH:AES128+EDH';
        ssl_prefer_server_ciphers on;

        location / {
                proxy_pass https://127.0.0.1:8081; # https 端口
                proxy_set_header HOST 'music.163.com';
        }
}

没有报错什么的,就是没有 MITM.

以前可以用,唯一不同就是现在是 新版客户端,和Catalina

@tnnevol
Copy link

tnnevol commented Aug 16, 2020

在safari 访问网易music.163.com,然后继续访问,就ok了,我的版本网易834 macos catalina [10.15.6]

@duhd1993
Copy link

先看看你的证书是不是无效了吧

@kossel
Copy link
Author

kossel commented Aug 17, 2020

@lonelykid @tnnevol 真的哦,我手动信任了证实居然不行,用safari 信任了就可以了。 谢谢两位!

@nondanee
Copy link
Owner

绝了

@kossel
Copy link
Author

kossel commented Aug 25, 2020

不好意思打开issue, 歌都能听了,当时为什么不能搜索呢?所以什么歌单链接都不能用
image

···
HTTP Server running @ http://0.0.0.0:8080
HTTPS Server running @ http://0.0.0.0:8081
MITM > music.163.com (ssl)
MITM > music.163.com (ssl)
MITM > music.163.com (ssl)
···

@kossel
Copy link
Author

kossel commented Aug 25, 2020

@nondanee 能否打开一下issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants