Comment on Tutorial - java.io.IOException: HTTPS hostname wrong: should be By Ramlak
Comment Added by : java
Comment Added at : 2012-08-22 09:39:57
Comment on Tutorial : java.io.IOException: HTTPS hostname wrong: should be By Ramlak
had the sample problem.. java.io.IOException: HTTPS hostname wrong: should be <server_ip>
Used following code as specified in the post .. & it worked
HostnameVerifier hv = new HostnameVerifier() {
public boolean verify(String urlHostName, SSLSession session) {
System.out.println("Warning: URL Host: " + urlHostName
+ " vs. " + session.getPeerHost());
return true;
}
};
HttpsURLConnection.setDefaultHostnameVerifier(hv);
Thanks.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. it's very good to understand...and it is helpful f
View Tutorial By: Rakesh at 2009-12-26 00:14:59
2. Good tutorial.
View Tutorial By: Pinky at 2010-03-11 10:42:49
3. thanks ....
View Tutorial By: shiva at 2011-02-28 11:16:32
4. clearly explained the pgm logic....
thnx...
View Tutorial By: Akshaya at 2011-11-24 04:12:36
5. @Zero Code
@
Catch ex As Ex
View Tutorial By: Chitz at 2011-12-24 19:50:45
6. thanks , but i want it some thing like fibonici se
View Tutorial By: Arpit Agrawal at 2015-01-04 18:34:41
7. thank you
View Tutorial By: cutiegurl at 2011-01-18 20:23:39
8. Very good explanation specially overlapped memory
View Tutorial By: MANISH RASTOGI at 2010-06-22 05:44:07
9. And how did you do that ?
Can you share it
View Tutorial By: Arsenio at 2009-07-18 23:01:00
10. this tutorial is very nice but if it contains more
View Tutorial By: JOHN.J at 2007-11-29 23:56:06