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

Error no certificado en www.vigotech.org #91

Open
antonmry opened this issue Feb 14, 2019 · 4 comments
Open

Error no certificado en www.vigotech.org #91

antonmry opened this issue Feb 14, 2019 · 4 comments
Assignees

Comments

@antonmry
Copy link
Member

Cando entras en https://www.vigotech.org sae un error no certificado, cando entras en https://vigotech.org funciona ben.

Posiblemente sexa facer que a opción con www redirixa o dominio, en lugar de directamente a GitHub.

@alexhermida
Copy link
Member

Lo he actualizado. He limpiado caché DNS pero aún no aparece actualizado. Estaré pendiente para cerra la issue 😄

@antonmry
Copy link
Member Author

Arranxado. graciñas Alex. Cerro a issue 👌

@alexhermida
Copy link
Member

@antonmry a mi ayer me salía el mensaje:

http https://www.vigotech.org

http: error: SSLError: HTTPSConnectionPool(host='www.vigotech.org', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError("hostname 'www.vigotech.org' doesn't match either of 'www.github.com', '*.github.io', '*.githubusercontent.com', '*.github.com', 'github.com', 'github.io', 'githubusercontent.com'",),)) while doing GET request to URL: https://www.vigotech.org/

Que tal como tu comentabas era porque estaba redireccionado a la página de Github (con un CNAME). Una vez cambiadas las DNS y realizada la redirección:

http https://www.vigotech.org

http: error: ConnectionError: HTTPSConnectionPool(host='www.vigotech.org', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10fb3e7d0>: Failed to establish a new connection: [Errno 61] Connection refused',)) while doing GET request to URL: https://www.vigotech.org/

la redirección de http://www.vigotech.org a https://vigotech.org siempre me funcionó. La que no funciona es la de https://www a https:// tiene sentido ya que el certificado que nos proporciona Github sólo es válido para un subdominio.

Según leo en Github (https://help.github.com/en/articles/troubleshooting-custom-domains#unsupported-custom-domain-name):

Unsupported custom domains include:
combination of an apex domain and custom subdomain (example.com and docs.example.com)

Si queremos redirigir el dominio con 'www' y SSL entiendo que la alternativa sería tener en algún sitio la redirección con el certificado válido "www.vigotech.org".

@antonmry
Copy link
Member Author

Tes razón, agora se entro en https://www.vigotech.org sae un refused to connect. Polo menos con GoDaddy non me dou conta o toque de cómo facer a redirección HTTP e HTTPs o mesmo tempo. A opción que usamos no VigoJUG:

https://vigojug.org -> falla
https://www.vigojug.org -> por defecto
http://vigojug.org -> https://www.vigojug.org
http://www.vigojug.org -> https://www.vigojug.org

En VigoTech:

https://vigotech.org -> por defecto
https://www.vigotech.org/ -> falla
http://www.vigotech.org -> https://vigotech.org
http://www.vigotech.org -> https://vigotech.org

@antonmry antonmry reopened this Feb 21, 2019
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

2 participants