Katsuo Isono
2008-Oct-21 06:25 UTC
WEBrick error - exceeded the maximum permissible length
Hi I have the following error on the browser. Can anyone tell me how to change the configuration on Webrick to solve this problem? Secure Connection Failed An error occurred during a connection to localhost:3000 error :-12263 SSL_ERROR_RX_RECORD_TOO_LONG "SSL received a record that exceeded the maximum permissible length." Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Andrew Porter
2008-Oct-21 08:03 UTC
Re: WEBrick error - exceeded the maximum permissible length
Katsuo Isono wrote:> Hi I have the following error on the browser. Can anyone tell me how to > change the configuration on Webrick to solve this problem? > > Secure Connection Failed > An error occurred during a connection to localhost:3000 > error :-12263 SSL_ERROR_RX_RECORD_TOO_LONG "SSL received a record > that exceeded the maximum permissible length."Did you do https://localhost:3000 when you meant http://localhost:3000 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Katsuo Isono
2008-Oct-21 11:36 UTC
Re: WEBrick error - exceeded the maximum permissible length
Yes, that was it. Thank you very much. Got to be more careful. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---