Pessoal,
Existe alguma configuracao que posso fazer para nao ter esse erro:
SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)
Abracos
Olavo Oliveira Neto http://olavooneto.wordpress.com Twitter @Olavooneto Facebook Olavo Neto Linkedin Olavo Neto Se for útil marque como resposta e faça um Developer feliz :)
Estou redirecionando assim:
var url = String.Format("https://{0}{1}", Request.ServerVariables["HTTP_HOST"], ResolveUrl("/Pagamentos/" + Encrypt(numeroPedido, "****") + "/" + Encrypt(link, "****")");
Response.Redirect(url);