# proxy\_ssl\_session\_reuse

<mark style="color:blue;">**proxy\_ssl\_session\_reuse**</mark>指令用于<mark style="color:blue;">**配置是否使用基于SSL安全协议的会话连接（“https\://”）被代理的服务器**</mark>，其语法结构为：

```nginx
proxy_ssl_session_reuse on | off;
```

<mark style="color:blue;">**默认设置为开启（on）状态**</mark>。

{% hint style="warning" %} <mark style="color:orange;">**如果我们在错误日志中发现“SSL3\_GET\_FINISHED:digest check failed”的情况，可以将该指令配置为关闭（off）状态。**</mark>
{% endhint %}
