JAVA - No subject alternative names matching IP address
问题 I am trying to use get request on site with REST API. However the link to acces it is an IP address and I am getting the No subject alternative names matching IP address error. When I use the same exact link in browser, it works. How can I solve this issue? Below is my code: public static void main(String[] args) { System.getProperties().put( "proxySet", "true" ); System.getProperties().put( "socksProxyHost", "xxx.xxx.xxx.xxx" ); System.getProperties().put( "socksProxyPort", "xxxx" ); URL