Answer the question
In order to leave comments, you need to log in
What to do if centOs stopped establishing an SSL connection?
I have a server running CentOS release 5.8 (Final).
I noticed that he stopped connecting via SSL, in particular to the site https://w*recrm.com/api. The day before yesterday it worked, but today it stopped.
(Hereinafter, instead of an asterisk *, you must substitute the letter “i”, otherwise the question did not pass spam control)
That is, a simple one wget https://w*recrm.com/api
gives an error:
Resolving w*recrm.com... 188.42.181.222
Connecting to w*recrm.com|188.42.181.222|:443... connected.
ERROR: cannot verify w*recrm.com's certificate, issued by `/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd':
Self-signed certificate encountered.
ERROR: certificate common name `' doesn't match requested host name `w*recrm.com'.
To connect to w*recrm.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
Answer the question
In order to leave comments, you need to log in
First of all, it is worth updating CentOS to the latest current version, for you it is 5.11, but in general it was worth leaving the 5th for a long time - it is not supported, and there most likely both wget and curl and everything else that requires the current version of SSL are old, and may do not work with certificates using modern encryption methods.
I tried to log in from different places - the curl is really given a self-signed certificate (unlike the browser). Apparently, this is how the web server is configured on the other side. Try to substitute user-agent with some browser one.
CentOS release 5.8 (Final)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question