Hello!
On Sat, Nov 12, 2022 at 05:24:36AM -0500, wordlesswind wrote:
> Hello guys,
>
> I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf
> to prevent someone from scanning the IP to detect the certificate.
>
> ```
> server {
> listen 443 ssl reuseport;
>
Hello guys,
I enabled ssl_reject_handshake in the first 443 server segment of nginx.conf
to prevent someone from scanning the IP to detect the certificate.
```
server {
listen 443 ssl reuseport;
listen [::]:443 ssl;
ssl_session_cacheshared:SSL:10m;
ssl_ses