Jump to content

Handshake failure


Recommended Posts

Hello

 

I cant renew or register domains. I am getting this message in client profile admin area

 

error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

 

I have disabled sslv3 in apache configuration

 

#################################################################

SSLHonorCipherOrder On

SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2

#################################################################

 

but still same

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

 

If you are getting that message in your Module Debug Log, what is failing is your server's php acting as the client (using libcurl / openssl / potentially other stuff depending on configuration) failing to connect to the registrar's server. Changing your apache server configuration has no impact or relevance at all. What you need to do is check how curl's ssl and php's openssl are doing and if they are out of date. We have a health check for this that will show very old versions and warn about trouble, however you may need an even more recent version then we warn for.

 

Have a great day,

 

Nate C

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated