Giter Club home page Giter Club logo

Comments (8)

rdp avatar rdp commented on September 24, 2024

That is odd as it seems to work all right from my ubuntu box.
If you browse to it does the cert. complain? (Or maybe this is a man in the
middle attack just kidding).
Regardless I suppose I'll add --no-check-certificate for the case where
certificates are absent on boxes [?]
-r

On Thu, Feb 7, 2013 at 5:15 AM, Dennis Zierahn [email protected]:

Which fails with numerous error compiling the filter in ffmpeg.

Reason, again not updated frei0r.h header because of wget certificate

failure.

build_frei0r() {
#download_and_unpack_file
http://www.piksel.no/frei0r/releases/frei0r-plugins-1.3.tar.gz frei0r-1.3
#cd frei0r-1.3
#do_configure " --build=mingw32 --host=$host_target
--prefix=$mingw_w64_x86_64_prefix --disable-static --enable-shared" # see
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=312
#do_make_install

we rely on external dll's for this one, so only need the header to

enable it, for now
#cp include/frei0r.h $mingw_w64_x86_64_prefix/include
#cd ..
if [[ ! -f "$mingw_w64_x86_64_prefix/include/frei0r.h" ]]; then
#wget https://raw.github.com/rdp/frei0r/master/include/frei0r.h -O
$mingw_w64_x86_64_prefix/include/frei0r.h
wget --no-check-certificate
https://raw.github.com/rdp/frei0r/master/include/frei0r.h -O
$mingw_w64_x86_64_prefix/include/frei0r.h
fi

}

Adding --no-check-certificate to wget solves the problem.

Roger, You should take a look at raw.github.com and check out what is
wrong with their certificate. Or why wget on some systems fails to load
this by default.

Cheers
dezi


Reply to this email directly or view it on GitHubhttps://github.com//issues/7.

from ffmpeg-windows-build-helpers.

fedterzi avatar fedterzi commented on September 24, 2024

Another workaround I used (I have the same issue) is to add "check_certificate = off" in /etc/wgetrc

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

@morb is this caused by a lack of installed certificates? does it work
right in your browser?
-r

On Sun, Feb 10, 2013 at 8:55 AM, Morb [email protected] wrote:

Another workaround I used (I have the same issue) is to add
"check_certificate = off" in /etc/wgetrc


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-13351913..

from ffmpeg-windows-build-helpers.

fedterzi avatar fedterzi commented on September 24, 2024

I have debian squeeze fully updated in my 2 linux boxes, and I get this error (though the link works perfectly in chrome and firefox, don't know why):

wget --check-certificate https://raw.github.com/rdp/frei0r/master/include/frei0r.h
--2013-02-11 18:44:31-- https://raw.github.com/rdp/frei0r/master/include/frei0r.h
Resolving raw.github.com... 199.27.76.193
Connecting to raw.github.com|199.27.76.193|:443... connected.
ERROR: certificate common name “*.a.ssl.fastly.net” doesn’t match requested host name “raw.github.com”.
To connect to raw.github.com insecurely, use ‘--no-check-certificate’.

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

I ran into this while researching;
hhucn/adhocracy.hhu_theme#103
could you confirm your wget is < 1.14?
-r

On Mon, Feb 11, 2013 at 10:45 AM, Morb [email protected] wrote:

I have debian squeeze fully updated in my 2 linux boxes, and I get this
error (though the link works perfectly in chrome and firefox, don't know
why):

wget --check-certificate
https://raw.github.com/rdp/frei0r/master/include/frei0r.h
--2013-02-11 18:44:31--
https://raw.github.com/rdp/frei0r/master/include/frei0r.h
Resolving raw.github.com... 199.27.76.193
Connecting to raw.github.com|199.27.76.193|:443... connected.
ERROR: certificate common name “*.a.ssl.fastly.net” doesn’t match
requested host name “raw.github.com”.
To connect to raw.github.com insecurely, use ‘--no-check-certificate’.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-13392567.

from ffmpeg-windows-build-helpers.

fedterzi avatar fedterzi commented on September 24, 2024

Yes,

wget --version
GNU Wget 1.12 built on linux-gnu.

So updating wget is the only fix, I guess! Damn debian stable!

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

I think I may be able to switch to curl instead...

On Mon, Feb 11, 2013 at 11:24 AM, Morb [email protected] wrote:

Yes,

wget --version
GNU Wget 1.12 built on linux-gnu.

So updating wget is the only fix, I guess! Damn debian stable!


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-13394399.

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

ok attempted to switch to curl, give it a shot if you can, report back :)

from ffmpeg-windows-build-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.