Voytek Eymont wrote: > I need to execute a https url from a script,
Sorry, that doesn't make sense. Its not possible to "execute a http url". What you really mean is "retrieve data from a url using https". > is wget the go, or is there a > better way: > > this works > wget --no-check-certificate See the wget manpage. Directly below the information about the "--no-check-certificate" option is the option you want. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "Fifty years of programming language research, and we end up with C++ ???" --Richard A. O'Keefe -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
