Skip to content

Use a separate connection for the 2FA code verification too - #54

Open
Calvin-Zikakis wants to merge 1 commit into
rileytestut:notarizedfrom
Calvin-Zikakis:fix/gsa-2fa-connection
Open

Use a separate connection for the 2FA code verification too#54
Calvin-Zikakis wants to merge 1 commit into
rileytestut:notarizedfrom
Calvin-Zikakis:fix/gsa-2fa-connection

Conversation

@Calvin-Zikakis

Copy link
Copy Markdown

Follow up to #52. The 2FA code verification request still goes over the shared pooled session, so it can land on a connection Apple has already started 503ing, and the HTML body hits the plist parser the same way.

Only shows up for accounts with two factor auth, which is why it survived #52.

Same treatment: own session, and surface 5xx instead of parsing it.

This one still goes over the pooled session, so it can land on a
connection Apple has already started 503ing, and the HTML body hits the
plist parser the same way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant