Jearton

Results 59 comments of Jearton

![image](https://user-images.githubusercontent.com/10370433/132279853-92676e13-c00a-4801-a2f9-5cfc8bc608ad.png) 就是这段代码,没有加入插件的参数

@ssrahul96 That sounds practicable.

![image](https://user-images.githubusercontent.com/10370433/132619407-89de4922-6bfe-4580-8b98-6864ba0b1dae.png)

> 注意不要替换错了,是换Application Support下的插件,不是应用包Contents里的 > 路径为`~/Library/Application Support/ShadowsocksX-NG/v2ray-plugin_1.2.0` > 也可以从软件里打开(打开后还有一个symlink,点击显示原身再替换) > ![image](https://user-images.githubusercontent.com/5442563/99534486-6f34a180-29e2-11eb-9b8b-d61f9829ceaf.png) > ![image](https://user-images.githubusercontent.com/5442563/99534857-08fc4e80-29e3-11eb-9fdd-740016f50f4f.png) > ![image](https://user-images.githubusercontent.com/5442563/99534887-14e81080-29e3-11eb-9a30-36882370ffd1.png) > > 我提供下新编译的v2ray-plugin,解压后用它替换那个目录下同名的 > > [v2ray-plugin.zip](https://github.com/shadowsocks/ShadowsocksX-NG/files/5560178/v2ray-plugin.zip) 厉害,可以了

我也遇到了,在firefox里首次访问会有问题,刷新一下又好了。可以用无痕模式稳定复现,OCSP这里出了问题,不知道怎么解决。 ![image](https://github.com/0xJacky/nginx-ui/assets/10370433/915b646f-23bf-4ffa-bd21-d01d652fa805) Secure Connection Failed An error occurred during a connection to admin.creatly.team. A required TLS feature is missing. Error code: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING The page you are trying to view cannot...

![image](https://github.com/0xJacky/nginx-ui/assets/10370433/26623048-3986-47a7-b06d-ec7104fa7ea5) ![image](https://github.com/0xJacky/nginx-ui/assets/10370433/5b88d11f-6707-48e9-a9de-783b3245c4d0)

```nginx server { set $server 172.25.10.240; set $creation_port 8811; set $fab_frog_port 11020; listen 80; listen [::]:80; listen 443 ssl; listen [::]:443 ssl; http2 on; server_name admin.creatly.team; ssl_certificate /etc/nginx/ssl/*.creatly.team_creatly.team/fullchain.cer; ssl_certificate_key /etc/nginx/ssl/*.creatly.team_creatly.team/private.key;...

我已经被这个问题困扰了很久,貌似无解,期待大神找到解决方法

我有几个很挫的解决方案,仅供参考: 在 Nginx 中配置 `ssl_stapling on` 并 reload 后,Nginx 并不会马上获取 OCSP Response,它要等第一个请求过来,再发起异步 OCSP 请求,所以刚开始几个响应,很可能不带 OCSP Stapling。另外,有时候由于 OCSP 域名无法解析,或者服务器无法访问造成 OCSP Response 获取失败,也会导致 OCSP Stapling 无法生效。 ### 如何在 Nginx 启动时就进行 OCSP 装订?...

可以,有配置能自己控制时间就行