codeminders / imageshackapi

Automatically exported from code.google.com/p/imageshackapi
0 stars 0 forks source link

Imageshack upload via HTTPS/SSL - hostname in certificate didn't match: <www.imageshack.us> != <yfrog.com> [...] #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- upload image via SSL (https://www.imageshack.us/upload_api.php) <- NOTICE 
HTTPS 
- open https://www.imageshack.us/upload_api.php via FireFox or Chrome other 
browser

What is the expected output? What do you see instead?
would expect connection through ssl. But get error
javax.net.ssl.SSLException: hostname in certificate didn't match: 
<www.imageshack.us> != <yfrog.com> OR <www.yfrog.com> OR <yfrog.com>

What version of the product are you using? On what operating system?
Java 1.6.0 JDK + org.apache.http v4.1.2

Please provide any additional information below.
This certification problem is global on imageshack.us

greetings
Max

Original issue reported on code.google.com by Winterst...@gmail.com on 12 Sep 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Same for me while uploading video to yfrog on Android:
javax.net.ssl.SSLException: hostname in certificate didn't match: <yfrog.com> 
!= <*.imageshack.com> OR <*.imageshack.com> OR <imageshack.com>

Original comment by debugge...@gmail.com on 12 Aug 2014 at 7:50