Author |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Mon 29 Mar '21 1:41 Post subject: PHP Curl error 35 |
|
|
Hi,
Code: | Error message: cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) |
in Apache the version number is 7.72.0 and in php it's 7.75.0 How can I update Apache to match PHP?
thanks |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Mon 29 Mar '21 16:18 Post subject: |
|
|
I'm using lets encrypt as my module. not sure if it matters. but i follow what you shared. I'm still getting that same error. I read few forum and it keeps referencing about updating the file to match that fixed that code 35. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Mon 29 Mar '21 16:38 Post subject: |
|
|
The admins moved these messages to a new topic with the title 'PHP Curl error'. To be clear: are you getting the error in Apache or in PHP? |
|
Back to top |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Mon 29 Mar '21 16:56 Post subject: |
|
|
I didnt see any error in apache or php logs.Its a forum software that is showing in there log and they're telling me its a server configuration issue.but when i ran the ssl checker apparent its configure properly
https://imgur.com/jFBcukf |
|
Back to top |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Mon 29 Mar '21 21:33 Post subject: |
|
|
thanks for your help jan-E it turned out not to be a server configuration issue, but a software issue and forward my issue with software developer. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 01 Apr '21 15:12 Post subject: |
|
|
your error message shows, that PHP tried to access a RSS Feed from somewhere and there is an issue with the SSL protocol.
Error 35
Code: |
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.
|
My best guess is that the SSL cert is no longer valid. |
|
Back to top |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Thu 01 Apr '21 20:27 Post subject: |
|
|
thanks James, we determined it was not a server issue.I used a forum software data importer to another forum software. So there script was adding the port :80 after the url so after removing the port # the rss feed started to work as design. |
|
Back to top |
|