Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Crawl fails with invalid SSL certificate on different domain name #119

Open
cromination opened this issue Mar 16, 2018 · 0 comments
Open

Comments

@cromination
Copy link

In pointing this to a server that has a different virtual host name and is forcing https the crawl fails. Is there a way to have it ignore ssl errors?

An example is I'm using a 3 tired managed hosting platform, with a dev/test/prod setup. On the prod tier I have a valid FQDN of https://www.site.com with .htaccess forcing https and a valid SSL certificate on a load balancer in front of that environment.

On the test server I have the hosting platform's domain name:
https://test.hostingplatformname.com/

There is no SSL on their load balancer and its giving me an SSL error.

I was looking into settings some flags for phantom.js like this:

--ignore-ssl-errors=true
--ssl-protocol=any

But they don't seem to work.

I've also tried this flag in the a11y machine:

--http-tls-disable

But this didn't work either. Am I doing this right? Or is it not possible here?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant