PHSCDC / itocdc-2015-www

An insecure PHP web app for the Iowa State University 2015 IT Olympics Cyber Defense Competition (ITOCDC)
MIT License
0 stars 1 forks source link

Untrusted Connection errors about 50% of the time upon page load. #48

Closed jummy0 closed 9 years ago

jummy0 commented 9 years ago

Because our security certificate is self-signed, modern browsers will throw an "Untrusted Connection" error at users about half the time they load a page. Adding a security exception only works temporarily.

majiru commented 9 years ago

This itself is a problem just because I used two different certificates for haproxy so that it thinks the certificate is being reset when it jumps server connections. All of this will be fixed with the inclusion of a signed certificate we are hoping to receive sometime in the near future.

majiru commented 9 years ago

Now that proper certs are issued and configured this should never be the case anymore.