Skip to content

Commit

Permalink
Trying to solve ERR_TLS_CERT_ALTNAME_INVALID error2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frigyes Bartha committed Jun 30, 2020
1 parent a895c16 commit cae311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carelink.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function reqOptions(extra) {
var defaults = {
jar: true,
followRedirect: false,
//rejectUnauthorized: false,
rejectUnauthorized: false,
changeOrigin: true,
headers: {
//Host: carelinkServerAddress,
Expand Down

0 comments on commit cae311e

Please sign in to comment.