Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to connect to https://localhost #21

Open
bradbulger opened this issue Sep 6, 2018 · 3 comments
Open

unable to connect to https://localhost #21

bradbulger opened this issue Sep 6, 2018 · 3 comments

Comments

@bradbulger
Copy link

The only message is "connection failed". It's a self-signed certificate, for other similar utilities I have to turn off certificate checking in some fashion. I can crawl the live public version of the same site, which has a valid cert, so I'd guess that's some part of the problem.

@filiph
Copy link
Owner

filiph commented Sep 8, 2018

Hmm, I don't think there's much linkcheck can do here. From its own perspective, it's merely connecting to a server (it doesn't know it's a localhost one). I'll have to investigate if there's a way to switch off certificate checking on some low level API.

Can you link to the other tools you use and how they allow you to disable certificate checking?

@bradbulger
Copy link
Author

bradbulger commented Sep 8, 2018 via email

@martindholmes
Copy link

+1 for a solution to this if you can think of one. It should be possible to turn off cert checking, or specify a particular cert as trusted. (Otherwise, linkcheck is fantastic, and I thank you for your great work.)

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

No branches or pull requests

3 participants