I don't know if this is a dropbox issue or something else, but when I look at the request object on "put" it has the following values:
r.connection.authorized: false
r.connection.authorizationErrors: Hostname/IP doesn't match certificate's altnames
This is still working because the request object does not have "rejectUnauthorized: true" set.
The correct behavior should be to fail if the certificate can't be verified.
I don't know if this is a dropbox issue or something else, but when I look at the request object on "put" it has the following values: r.connection.authorized: false r.connection.authorizationErrors: Hostname/IP doesn't match certificate's altnames
This is still working because the request object does not have "rejectUnauthorized: true" set.
The correct behavior should be to fail if the certificate can't be verified.