cerbero windows problem

Andoni Morales ylatuya at gmail.com
Wed Nov 19 11:23:25 PST 2014


2014-11-19 16:11 GMT+01:00 Thornton, Keith <keith.thornton at zeiss.com>:

>  Hi,
>
> cerbero bootstrap is now stopping with the following error
>
>
>
> Running command 'wget http://www.opengl.org/registry/api/GL/wglext.h -O
> C:/MinGW/msys/1.0/home/keith/cerbero/mingw/w64/x86_64-w64-mingw32/include/GL/wglext.h
> '
>
> --2014-11-19 15:58:06--  http://www.opengl.org/registry/api/GL/wglext.h
>
> Resolving www.opengl.org... 162.159.244.178, 162.159.245.178
>
> Connecting to www.opengl.org|162.159.244.178|:80... connected.
>
> HTTP request sent, awaiting response... 301 Moved Permanently
>
> Location: https://www.opengl.org/registry/api/GL/wglext.h [following]
>
> --2014-11-19 15:58:07--  https://www.opengl.org/registry/api/GL/wglext.h
>
> Connecting to www.opengl.org|162.159.244.178|:443... connected.
>
> ERROR: cannot verify www.opengl.org's certificate, issued by
> `/C=BE/O=GlobalSign nv-sa/CN=GlobalSign Organization Validation CA - G2':
>
>   Unable to locally verify the issuer's authority.
>
> ERROR: certificate common name `ssl4423.cloudflare.com' doesn't match
> requested host name `www.opengl.org'.
>
> To connect to www.opengl.org insecurely, use `--no-check-certificate'.
>
>
>
> Are changes needed to the bootstrap script or will this problem go away on
> its own.
>
> Grüße
>

This should be now fixed in:

commit e23d0c080614490073a1152c1880732443308244
Author: Andoni Morales Alastruey <ylatuya at gmail.com>
Date:   Wed Nov 19 20:22:04 2014 +0100

    windows: don't check certificate in the gl download

diff --git a/cerbero/bootstrap/windows.py b/cerbero/bootstrap/windows.py
index 71010f9..14ceb9c 100644
--- a/cerbero/bootstrap/windows.py
+++ b/cerbero/bootstrap/windows.py
@@ -136,7 +136,7 @@ class WindowsBootstrapper(BootstrapperBase):
         else:
             inst_path = os.path.join(self.prefix,
'x86_64-w64-mingw32/include/GL/wglext.h')
         gl_header = 'http://www.opengl.org/registry/api/GL/wglext.h'
-        shell.download(gl_header, inst_path)
+        shell.download(gl_header, inst_path, False)

     def install_bin_deps(self):
         # FIXME: build intltool as part of the build tools bootstrap



>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>


-- 
Andoni Morales Alastruey

LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141119/9a394938/attachment-0001.html>


More information about the gstreamer-devel mailing list