Replies: 1 comment 1 reply
-
Did you get your problem solved, I have a similar situation here #3200 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a URL that looks like this:
https://bucket.domain.com.s3.us-east-1.amazonaws.com
as you can see, it's really strange but that's how it is.My problem is that when trying to make a request like this:
This will cause the following exception:
However this has a quick fix, by setting
verify=False
:I may be missing something and if I can do my request without using
verify=False
, it would be greatPD: I did a little debugging and I found out the part where the URL is being splitted and it fails because of that part
Beta Was this translation helpful? Give feedback.
All reactions