You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: