10

I have a website. It has an SSL certificate and I've had no problems until all of a sudden Chrome and Firefox won't accept my self signed certificate for localhost.

I've looked and found a lot of questions on this issue but haven't been able to fix it. Is there a step-by-step guide to fixing this?

I have followed this example https://stackoverflow.com/a/22818853/853295 but my certificate already has a Friendly Name with correct name.

Here's an image of my certificate

enter image description here

toha
  • 5,095
  • 4
  • 40
  • 52
joks
  • 125
  • 2
  • 14

1 Answers1

15

For Chrome you can just tell it to ignore the error. chrome://flags/#allow-insecure-localhost

Mike M
  • 488
  • 5
  • 19