Self Signed SSL - work around to get rid of certificate error message
Previously I wrote about self signed SSL. The issue with self sign certificate is browser will display a warning stating that it may be an attempt to trick the user and that continuing is “not recommended”.
For a testing purposes, I add my hosts file with additional information:127.0.0.1 www.arejae.com.my ( this site not exist )
Interestingly Firefox [...]
