📎 AI Summary:
The thread discusses an issue where deleting an SSL certificate causes login failures on a website, though the site remains accessible without user login. The original poster is seeking help to identify the problem. A respondent suggests the issue may be due to redirection to HTTPS after certificate removal, and recommends capturing network traffic for troubleshooting.

abdullahQasrawi10

New Member
Joined
Apr 9, 2017
Messages
5
Thread Author #1
I am writing to explain my issue that I installed ssl certificate, then I decided to delete the ssl certificate but after I deleted it I found that my site fails to signing in. The attached error is appear when I try to sign in by any user but the site still working normally if i use it without user name.

What might the issue be her?
 

Attachments

  • WS.webp
    WS.webp
    28.5 KB · Views: 369
Solution
There isn't much information to go on here. Is the site configured to redirect to https or http? If it's still trying to go to https it's probably failing since you removed the cert and it can't establish a secure session.

A wireshark capture while connecting to the site would help troubleshoot the issue.

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
There isn't much information to go on here. Is the site configured to redirect to https or http? If it's still trying to go to https it's probably failing since you removed the cert and it can't establish a secure session.

A wireshark capture while connecting to the site would help troubleshoot the issue.
 

Solution