Also worth pointing out: your site crashes iOS4 Safari while loading your index page. Running on the latest.
Co-founder bailed on my laundry delivery startup. Looking to replace him.
11–13 of 13 posts
Re: Co-founder bailed on my laundry delivery startup. Looking to replace him.
#12Liran - it's Amal from LHS. Glad to see that you're livin the startup life. We're doing that out in California. Good luck with finding a cofounder.
Re: Co-founder bailed on my laundry delivery startup. Looking to replace him.
#13Re the SSL error, I think the problem maybe that you've forgotten to configure your server to send the intermediate CA certs. Without these certs the browser can't build a path to one of its pre-configured trust anchors.
To see what I mean, you can use openssl or this online tool: http://certlogik.com/sslchecker/
If you examine your website with it, you'll notice that only one cert, the server cert, is returned.
Now check, say, www.godaddy.com and you'll see a chain of CA certs returned in addition to the server cert.
Your web server docs should provide the details on how to add these CA certs. For example, I think Apache uses SSLCertificateChainFile.