Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit ea01b6b

Browse files
committed
send SNI flag in request
1 parent 733f3d4 commit ea01b6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shaaaaa.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ var Shaaa = {
104104

105105
var tlsOptions = {
106106
host: domain,
107+
servername: domain,
107108
port: port,
108109
rejectUnauthorized: false
109110
};

0 commit comments

Comments
 (0)