similar to: [PATCH] VIRTIO CORE AND NET DRIVERS: Replace HTTP links with HTTPS ones

Displaying 20 results from an estimated 700 matches similar to: "[PATCH] VIRTIO CORE AND NET DRIVERS: Replace HTTP links with HTTPS ones"

2009 May 04
0
Chessmaster GM Edition
Hello. (I hope this won't show up twice. I tried posting to the mailing list first (GMane), but even though I confirmed that I exist, it's not posting anything. Other lists on GMane work fine. Then I've read on the Wine site that the Usenet group comp.emulators.ms-windows.wine is linked to the list, but it doesn't seem to be the case at all. So I'm posting in the forum now.)
2012 Mar 12
2
please get amazon installer working on wine
I purchased a game on Amazon called "Chessmaster Grandmaster Edition" about a week back. I can make unlimited installations on computers I own. The Amazon Downloader and Amazon Installer worked fine on Windows, and I have the game working with no problems. However, on my Linux box, the Amazon Downloader worked but the Amazon Installer disappeared when I tried it. Please get this
2014 Mar 21
0
Wine release 1.7.15
The Wine development release 1.7.15 is now available. What's new in this release (see below for details): - New Task Scheduler service. - Many regression test fixes. - Support for exception unwinding in VBScript. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.15.tar.bz2
2014 Apr 18
0
Wine release 1.7.17
The Wine development release 1.7.17 is now available. What's new in this release (see below for details): - More implementations for the Task Scheduler. - C runtime made more compatible by sharing source files. - Fixes in the Mac OS X joystick support. - Various bug fixes. The source is available from the following locations:
2006 Dec 26
1
How tyo set up https on Cent OS 4.4
Hi, I want to know how to setup https (Apache )on centos 4.4. pls let me know. -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061226/7e531260/attachment.html>
2006 Jun 27
1
HTTPS and Rails under Debian Stable
Hi, Does anyone know how I can get the ''https'' module that is part of the standard rails distribution to be included when I install rails with debian''s apt-get command. Normal apt-get install (with debian stable) leaves this module out for some reason. I tried adding it myself but I destroyed the system. Anyone know of a clean, easy way to add it? Thanks, Scott
2006 May 03
1
nil.strip error While trying to post xml data over https.
I am trying to subit some xml data over https to access an API. My code so far seems to generate a very non-helpful error in the guts of the net/http library. This code produces a NoMethodError for nil.strip" require ''net/http'' require ''net/https'' require ''uri'' url =
2006 May 31
1
Lighttpd: HTTP and HTTPS Simultaneously
Hi is it possible to configure lighttpd to serve pages for http and https requests simultaneously? I would like users to be able to access my site securely or non-securely where the choice is theirs. The only instructions I can find to do this involve creating two copies of the lighttpd application (http://wiki.archlinux.org/index.php/Lighttpd_For_Both_SSL_And_Non-SSL). Is there any way to do it
2006 Apr 15
0
ssl_requirement, https, webrick and ruby
My Rails application passwords were travelling over the network as plain-text. Maybe the users wouldn''t like it (I surely wouldn''t), so I decided to use some kind of encryption. I have done my little research and found the ssl_requirement Rails plugin and installed it. But when I try to access a secured page, I can''t establish a connection to the server. I thought this
2006 Apr 21
1
Is AJAX https request possible from http page ?
Hi all Is it possible to do https request via AJAX from a http loaded page ? It''s for minimizing serverload and just send passwords and user-account stuff via https. >From my understanding how AJAX works, it is not possible to mix, because http/https is like cross-domain In case I am not wrong, maybe someone knows a way around the limitiations (my first thought: proxing via
2006 Feb 17
2
form_tag with protocol => ''https'' help
Hi, I am not having much luck using the form_tag with a protocol. I try the following in my view: index.rhtml <%= form_tag({:controller => ''home'',:action => ''login'',:protocol => ''https''},{:method => ''post''}) %> hoping it would generate <form action=''https://myhost.com/home/login''
2005 Oct 13
0
Trouble with excel download under https
Part of my application exports data as an excel spreadsheet. I used the example on the wiki and everything works fine... under HTTP. I also have a requirement that I run the site under HTTPS which works fine until I try to export the data as xls. when I get "Cpould not open ''https://..../excel_export'' Does anyone have any pointers? Its driving me up the wall. (Also I
2009 May 22
0
https enabled method for ssl not working
Hi All, I am using SSL enable for some part of my application. Normal flow without SSL is working fine which is ''http://'', but when I try to navigate to SSL enabled methods which should be ''https://''it gives me error ''this URL not found on server''. By the way I do get the security lock on my page. Regards, Anubhaw -- Posted via
2007 Dec 06
0
Rails Newbie--where do I configure webrick to start using ssl certs/https?
Hello all- Though I''ve got eons of java dev experience, I''m a fresh RoR noob with a server configuration question. Because it has to be tied into a single sign on solution(that uses secure cookies), an application that I''ve inherited absolutely requires that all requests go over secure http. I''ve seen this:
2012 Aug 10
0
dashboard under passenger reporting over https not working
Hi everyone, I have my puppet master running happily under passenger. To save some ram I recently switched my dashboard over to run under passenger. After a few hickups (basically had to turn off RackBaseURI and turn on RailsAutoDetect) i got it running under https. I noticed today that reports hadn''t shown up since I switched to passenger and https so I switched it back to http and
2013 Mar 20
1
Problem with building instructions for btrfs-tools in https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories
There is a missing dependency: liblzo2-dev Without it, the make fails with: ~/tmp$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git ~/tmp$ cd btrfs-progs ~/tmp/btrfs-progs$ sudo apt-get install uuid-dev libattr1-dev zlib 1g-dev libacl1-dev e2fslibs-dev libblkid-dev ~/tmp/btrfs-progs$ make [CC] ctree.o [CC] disk-io.o [CC] radix-tree.o
2011 Jan 06
1
Invalid argument - https://graph.facebook.com/19292868552
require ''rubygems'' require ''hpricot'' require ''open-uri'' doc = Hpricot(open("http://graph.facebook.com/226723089703")) @doc = doc.to_s.gsub(/"id.+?likes":/,"").gsub("{","").gsub("}","") puts @doc OR require ''rubygems''
2008 Nov 21
1
filter_parameter_logging and https
Hi guys I am not pretty sure where to use filter_parameter_logging is it in the configuration file, the model, or the controller. How do I use https? is there any tutorial? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Mar 18
2
R and getting a file through https
Dears! I have a system that generates links on a https webserver. I have to be logged on with a username and password; Then follow at least fife links to get into the link where I can download the file. The question is: How can I accomplish that with R? Caveman
2011 Feb 22
3
HTTP/SSL (HTTPS) sites not working in IE6/IE7 - advice reque
Hello, I have working IE6 and IE7 in Suse Linux Enterprise Desktop 11.1, HTTP sites working OK, but I have problems with HTTP/SSL (HTTPS) sites. Has somebody solved this? In *IE7*, sticking point is this screen: "There is a problem with this website's security certificate. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. We