SSL certificate installation problem
Hi,
I purchased SSL EV sertification from Comobo (for domain mysite.com and www.mysite.com) and have InMotion staff installed it for my website https://www.mysite.com.
When I use browsers such as IE, FireFox to visit https://www.mysite.com, everything is OK and the green bar is displayed.
However, when I use wget to get a file from my website from the command line, like this:
wget https://www.mysite.com/myfile.exe
Then I will get an error said
ERROR: cannot verify www.mysite.com's certificate, issued by `...':
Self-signed certificate encountered.
Also when I receive emails via Outlook, I use server server.mysite.com, and will also get an error indicating "cannot verify the certificate" and I have to install the certificate for server.mysite.com each time.
I try to contact support of InMotion but they just ignore the error information included in my ticket. They just said IE and Chrome can visit the SSL site properly. Therefore, I have to post the question here.
Please advise.
Thanks
(To protect the privacy, I just replace my domain with www.mysite.com)
I purchased SSL EV sertification from Comobo (for domain mysite.com and www.mysite.com) and have InMotion staff installed it for my website https://www.mysite.com.
When I use browsers such as IE, FireFox to visit https://www.mysite.com, everything is OK and the green bar is displayed.
However, when I use wget to get a file from my website from the command line, like this:
wget https://www.mysite.com/myfile.exe
Then I will get an error said
ERROR: cannot verify www.mysite.com's certificate, issued by `...':
Self-signed certificate encountered.
Also when I receive emails via Outlook, I use server server.mysite.com, and will also get an error indicating "cannot verify the certificate" and I have to install the certificate for server.mysite.com each time.
I try to contact support of InMotion but they just ignore the error information included in my ticket. They just said IE and Chrome can visit the SSL site properly. Therefore, I have to post the question here.
Please advise.
Thanks
(To protect the privacy, I just replace my domain with www.mysite.com)
As far as wget, it could be a multitude of causes, including lack of Certificate Chain.
The easiest workaround if you trust the site is to use the "--no-check-certificate" flag in your request so it will use SSL, but ignore any validity errors.
Example: "wget --no-check-certificate 'https://www.inmotionhosting.com'"