How can I get around an unresolved hostname or unrecognized name error using HTTP(S) in java or python?
I a trying to access a website’s information programmatically, but on both Java and Python it is unable to resolve a hostname. If I specify the IP address, it changes the error to TLSV1_UNRECOGNIZED_NAME. This website is able to resolve without any additional work through any browser though.