EDIT: As suggested, this question has been moved to SuperUser, but was closed with no activity ;-( The best answer I found was to pass a command line option to Chrome to ignore all certificate errors.
Original Question:
Is it possible to get Chrome to trust an SSL certificate, regardless of who it was signed by?
I've seen this discussion on getting Chrome to accept self signed certificates here on StackOverflow, but it doesn't seem to work in all cases - It appears it's failing when the certificate isn't self signed, but the authority isn't known for some reason.
For my development purposes, I want to trust these certificates no matter who signed them. Is this possible?
On on a Mac, but appreciate any responses.... Thanks!