Username: 
Password: 
Restrict session to IP 

Website with https doesn't work

1 2
Global Rank: 99
Totalscore: 172781
Posts: 8
Thanks: 6
UpVotes: 6
Registered: 10y 45d






Last Seen: 102d 21h
The User is Offline
RE: Website with https doesn't work
Google/translate0Thank You!0Good Post!0Bad Post! link
Still doesn't work.
CURLOPT_SSLVERSION One of CURL_SSLVERSION_DEFAULT (0), CURL_SSLVERSION_TLSv1 (1), CURL_SSLVERSION_SSLv2 (2), CURL_SSLVERSION_SSLv3 (3), CURL_SSLVERSION_TLSv1_0 (4), CURL_SSLVERSION_TLSv1_1 (5) or CURL_SSLVERSION_TLSv1_2 (6).

Maybe if you set 6 instead 3 for this option?

// Anyway, this is not so important. ;)
Last edited by TEO - Oct 25, 2014 - 05:00:26
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1336
UpVotes: 885
Registered: 16y 42d




Last Seen: 6h 34m
The User is Offline
RE: Website with https doesn't work
Google/translate0Thank You!0Good Post!0Bad Post! link
try again pls
The geeks shall inherit the properties and methods of object earth.
Global Rank: 99
Totalscore: 172781
Posts: 8
Thanks: 6
UpVotes: 6
Registered: 10y 45d






Last Seen: 102d 21h
The User is Offline
RE: Website with https doesn't work
Google/translate1Thank You!1Good Post!0Bad Post! link
Still doesn't work.
"Your website is unreachable or does not exist."
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1336
UpVotes: 885
Registered: 16y 42d




Last Seen: 6h 34m
The User is Offline
RE: Website with https doesn't work
Google/translate0Thank You!0Good Post!0Bad Post! link
I am really running out of ideas, suspecting CA lists (can´t be?)

Weird
The geeks shall inherit the properties and methods of object earth.
Global Rank: 423
Totalscore: 57332
Posts: 2
Thanks: 2
UpVotes: 1
Registered: 9y 172d


The User is Offline
RE: Website with https doesn't work
Google/translate2Thank You!1Good Post!0Bad Post! link
Trying to update HackThis!! manually gets me this error:

35 - error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)

I can reproduce this in a VM with an old openssl (0.9.8).. and cojo.eu fails too:

$ curl https://cojo.eu
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

So I guess this might be http://sourceforge.net/p/curl/bugs/1037/?limit=10&page=3 ?
Global Rank: 252
Totalscore: 87267
Posts: 1635
Thanks: 1336
UpVotes: 885
Registered: 16y 42d




Last Seen: 6h 34m
The User is Offline
RE: Website with https doesn't work
Google/translate1Thank You!0Good Post!0Bad Post! link
Thanks for the link, maybe i should try updating/check curl and openssl.
So long, I have reverted the http helper class, so at least hackthis update works again.

GeSHi`ed PHP code for GWF_HTTP
1
2
3
4
5
 
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,  0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
 
The geeks shall inherit the properties and methods of object earth.
1 2
tunelko, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, SwolloW, dangarbri have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 31243 times.