Seth Michael Larson

Results 530 comments of Seth Michael Larson

@andrew-pickin-epi Please open a separate issue with a full description, we don't have much to go off of your comment.

@bastimeyer It was a major version release for the project which had incompatibilities introduced. Requests allows you to install either urllib3 1.26.x or 2.x, that is not backwards incompatible.

@versionbayjc Thanks for opening this issue. We haven't tested with older macOS and I see what happened. To support that version of macOS we'd need to use the deprecated [`SecTrustEvaluate`...

@willingc Apologies, didn't mean to mark the PR as ready for more review. I won't be able to get this one complete until later in March after I'm back from...

Reviving this topic a bit, I think it makes sense to have packages which have been removed from PyPI listed in this database. My thinking is: - Package names that...

I'm really liking the fingerprinting idea, allows for users to trust an otherwise completely incorrect certificate and it's easy to transform an error message (could contain the "mismatched" fingerprint) into...

@njsmith Yep, you understood what I was imagining to be the interface. Anything that's in the session store is liable to expire / be deleted / not be feasible to...

`pinned_certs` should be additive by default because your trust store can be configured to be empty the same way you can configure pinned_certs to be empty too. The "ugh make...

Is your proxy HTTP or HTTPS? If the proxy is HTTPS you'd need to set the socket options on `HTTPSConnection` instead of `HTTPConnection`.