I'm a PHP developer and to be able to work on my development environment with a certificate, I was able to do the same by finding the real SSL HTTPS/HTTP Certificate and deleting it.
The steps are :
- In the address bar, type "chrome://net-internals/#hsts".
- Type the domain
name in the text field below "Delete domain".
- Click the "Delete" button.
- Type the domain name in the text field below "Query domain".
- Click the "Query" button.
- Your response should be "Not found".
You can find more information at :
http://classically.me/blogs/how-clear-hsts-settings-major-browsers
Although this solution is not the best, Chrome currently does not have any good solution for the moment. I have escalated this situation with their support team to help improve user experience.
Edit : you have to repeat the steps every time you will go on the production site.