ODM2 / CZ-Manager

CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
http://odm2.github.io/CZ-Manager
MIT License
9 stars 12 forks source link

Travis failing due to links #174

Closed miguelcleon closed 7 years ago

miguelcleon commented 7 years ago

@ocefpaf @lsetiawan @emiliom

I've been adding sphinx documentation for the meeting next week, Travis is failing though because of links that require you to be logged in to a sandbox copy of ODM2 Admin like this link below

https://dev-odm2admin.cuahsi.org/Sandbox/odm2admin/results/

Here is a travis job that failed.

https://travis-ci.org/ODM2/ODM2-Admin/jobs/299922357

The error:

HTTPSConnectionPool(host='dev-odm2admin.cuahsi.org', port=443): Max retries exceeded with url: /Sandbox/ (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),))

It actually says the certificate failed to be verified, but in any case I just want to suppress the error for now. Is there a way to suppress it?

miguelcleon commented 7 years ago

Here is a new one that failed https://github.com/ODM2/ODM2-Admin/pull/175

emiliom commented 7 years ago

@ocefpaf please help @miguelcleon with this on Friday. @lsetiawan will be busy with other things. Thanks.

ocefpaf commented 7 years ago

We can disable the links checks for now. I like to have that "on" to ensure all the links in the docs are live, but those require authentication and, according to a quick test, are getting redirected.

So, until we figure a way to skip and/or fix them (in case the redirects are the desirable destination), I believe that turning links checks off is the quick way forward.

miguelcleon commented 7 years ago

Ok, that worked, thank you.