Logoff ASP NET / HTTPS CAUSES SECURITY ERROR

Asked

Viewed 43 times

1

inserir a descrição da imagem aquiHello good morning, I have an Asp net application, which makes use of https security, however at the time of logoff it causes an error message, someone has already gone through it?

inserir a descrição da imagem aqui

  • the certificate is up to date?

  • Yeah, it’s all right

  • Happens at logoff - https://ex.dominio.com.br/Acesso/Index?ReturnUrl=%2fHome%2fIndex

  • 1

    Post as is your logof method

  • public Actionresult Logout() { Sessionhelper.Logout(); Return Redirecttoaction("Index", "Home"); }

  • I believe the problem is exchanging http protocol for https.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.