NetTalk Central

Author Topic: SSL record too long error  (Read 6941 times)

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
SSL record too long error
« on: July 08, 2008, 09:37:44 AM »
I got an error indicating that my SSL record was too long.  What is the message referring to and what might I do to attempt a resolution?

NetTalk 4.24
Clarion 6.3 9058
Gregory C. Bailey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL record too long error
« Reply #1 on: July 09, 2008, 12:04:38 AM »
Hi Greg,

What exactly does the error message say?

cheers
Bruce

David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
Re: SSL record too long error
« Reply #2 on: October 14, 2008, 06:07:21 PM »
Bruce,

I just started getting this error also.  Everything was working fine and then it started.  My app is set to use SSL and when I go to https://localhost I get the following error in the browser:

An error occurred during a connection to localhost.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)

my cert was create per nettalk docs about 40 days ago and was working fine until today.

I was on 4.31 PR14 and I upgraded to PR16 but still get the error.
WinXP
localhost 443

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL record too long error
« Reply #3 on: October 16, 2008, 10:34:50 PM »
Hi David,

If you have 2 web servers in the web server procedure (ie one for port 80 and one for port 443) as per the mixed example, then try turning the port 80 one off (there's a checkbox to do this) and see if it makes any difference.

Cheers
Bruce


David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
Re: SSL record too long error
« Reply #4 on: October 18, 2008, 03:50:37 AM »
I discovered the source of my SSL issue.  It was Skype.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL record too long error
« Reply #5 on: October 18, 2008, 09:07:08 PM »
Hi David,

Do you have any more info on this which might help others in a similar situation?

cheers
Bruce

David

  • Full Member
  • ***
  • Posts: 127
    • View Profile
Re: SSL record too long error
« Reply #6 on: October 21, 2008, 05:38:48 PM »
Under Options, Advanced, Connection

Uncheck "use port 80 and 443 as alternatives for incoming connections"