Search found 6 matches

by y4rk4s
2018-03-23T02:00:39-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Re: Is a way to process ssl/proxy url images?

Currently in C# MI reference im using Self-Signed certification method, call URL within method, download image, after that MI can proccess image local y4rk4s wrote: But is there a solution for ImageMagick api to accept certificate? - in Command line I mean ignore Cerificate , or identify by with pro...
by y4rk4s
2018-03-23T01:22:03-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Re: Is a way to process ssl/proxy url images?

After you accept certificate in browser you can access the image. - In Browser But is there a solution for ImageMagick api to accept certificate? - in Command line Im uncommented/commented policy.xml https related properties, result same: <!-- <policy domain="resource" name="temporary...
by y4rk4s
2018-03-22T05:43:14-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Re: Is a way to process ssl/proxy url images?

Website is SSL protected, is ImageMagick able to access SSL images? Im tried with following - CMD: Command {url} {output} Command {"url"} {output} Command {"url"} {"output"} d:\comp_project>convert "https://expired.badssl.com/icons/icon-red.png" outer jpg conv...
by y4rk4s
2018-03-22T05:17:26-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Re: Is a way to process proxy url images?

Im just tried with different versions/builds from ImageMagick, problem was same everywhere: convert https://www.google.hu/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png logo.jpg result: this command should convert png to jpg Case, when yout try with an url with a certificate, the conver...
by y4rk4s
2018-03-22T04:12:54-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Re: Is a way to process proxy url images?

https is a protocoll, within TLS is a Transport Layer Security , those only details ( i cannot paste the url, but its security proterties ) My current workaround is a self-signed certificate, and downloading the image, then call functions from class ( in C#) But in win32 application tools i cannot f...
by y4rk4s
2018-03-22T01:09:37-07:00
Forum: Developers
Topic: Is a way to process ssl/proxy url images?
Replies: 11
Views: 22594

Is a way to process ssl/proxy url images?

Currently im working with ImageMagick-7.0.7-27-Q16-x86-dll & mageMagick-7.0.7-27-portable-Q16-x86 & Magick.NET-Q8-AnyCPU reference I tried to manipulate png with proxy url(https,tls1.2), but i get an exception: MagickFileOpenErrorException was unhandled (unable to open file .... @ error/url....