FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > FutureQuest Site Owners (All may read - Only Site Owners May Respond) > News & Announcements
User Name
Password  Lost PW

 
Thread Tools Search this Thread Display Modes
Old 07-15-2005, 05:35 AM   Postid: 135891
 Arthur
Developer
 
Arthur's Avatar
 
Join Date: Nov 2000
Location: The Netherlands
Posts: 2,212
[FQuest Announce] QuestMail SSL (Secure Login) Now Available

As part of the rollout of features being requested, webmail management, which includes sending/receiving and logging in to QuestMail, can now be done via a secured login link. This new functionality provides you a way to login securely to QuestMail as well as the ability to send and receive email via QuestMail over an SSL encrypted path.

The existing access link to QuestMail (http://QuestMail.FutureQuest.net) will continue to work as it always has. Those that wish to login via the secured server may do so by either visiting the existing link and then clicking on the "Secure Login" link or by going directly to the Secure Login page by pointing your browser to https://QuestMail.FutureQuest.net (note: just add an s to the http part of the original address)

We are certain those of you who utilize the webmail services provided via QuestMail will find this new access beneficial.

FutureQuest, Inc.
http://www.FutureQuest.net
Arthur is offline  
Old 07-15-2005, 07:45 AM   Postid: 135892
hobbes
Have you hugged a tiger today?
 
hobbes's Avatar

Forum Notability:
1238 pts: A True Crowd-pleaser!
[Post Feedback]
 
Join Date: Mar 2000
Location: Third Sol Planet Posts: Far too many. Oh ok -
Posts: 2,705
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Nice addition, thanks. Now as soon as we have SSL for CNC then you'll get one of these:
hobbes is offline  
Old 07-15-2005, 08:29 AM   Postid: 135894
c n m 5
Site Owner
 
c n m 5's Avatar

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Nov 1999
Posts: 30
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Excellent work
c n m 5 is offline  
Old 07-15-2005, 09:00 AM   Postid: 135895
manish
Site Owner
 
manish's Avatar

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Oct 1999
Location: NJ
Posts: 316
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Thank you!!!!

Manish
manish is offline  
Old 07-15-2005, 02:02 PM   Postid: 135898
jenili
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Feb 1999
Location: Tempe, AZ, USA
Posts: 132
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Hobbes, you can tunnel your CNC connection over ssh. I've been doing it for a long time and worked out a system that doesn't get in my way at all. I do it with my pop and smtp mail too.

Step 1: Set up port forwarding in your ssh client... in this case, you want to forward tcp 80 (http) to myhost.tld (<-- replace with your domain name). Tell it not to accept or forward remote connections. This is the part that establishes the tunnel. Most ssh clients will allow you to save this as a profile.

Step 2: Create an entry in your etc/hosts file (yes, Windows has one too -- it's in %WINDIR%\system32\drivers, if memory serves) that points www.myhost.tld to 127.0.0.1. This is the part that lets your browser send the correct host header to FQ while actually communicating through the ssh tunnel.

Step 3: Log in using ssh with the port forwarding settings above. If you're on a Mac or *Nix-based system, you may have to give your computer a root password in order to establish the tunnel.

Step 4: OK, actually there is no Step 4. Just fire up your browser and hit your CNC.
Steps 1 and 2 are one-time things. Step 3 is an every-time thing.

Here is an important thing to remember. If you follow these instructions exactly, www.myhost.tld is tunneled, but myhost.tld is not. This has a couple of implications:

1. www.myhost.tld will *only* work when you're logged in via ssh. Other times, it'll give you "connection refused."

2. A tunneled connection takes up more system resources and is slower than a straight one, because both server and browser have to encrypt and decrypt all the communications and content. So it would be best FQ-izenship to *only* use the tunneled connection for the CNC, not for regular development and browsing of your site.

3. Because you are establishing a single tunnel from your system, you can only do this to one of your sites at a time. I've tried setting it up with different port numbers on the client end, but it didn't work because a rewrite or something on the server end would bounce me back to www.myhost.tld.

After a while, you get into the habit of using www.myhost.tld for the CNC, and just myhost.tld for everything else.

HTH.
__________________
jeni
jenili is offline  
Old 07-15-2005, 02:02 PM   Postid: 135899
jenili
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Feb 1999
Location: Tempe, AZ, USA
Posts: 132
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

PS: Thank You FQ!!!!
__________________
jeni
jenili is offline  
Old 07-15-2005, 03:11 PM   Postid: 135902
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,678
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Quote:
Now as soon as we have SSL for CNC then you'll get one of these

Egad, what is that I smell, it must be a skunk!

--
Terra
--Pay no attention to that man behind the curtain.--
FutureQuest
Terra is offline  
Old 07-15-2005, 03:13 PM   Postid: 135903
hobbes
Have you hugged a tiger today?
 
hobbes's Avatar

Forum Notability:
1238 pts: A True Crowd-pleaser!
[Post Feedback]
 
Join Date: Mar 2000
Location: Third Sol Planet Posts: Far too many. Oh ok -
Posts: 2,705
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

jeni - That's how I've been connecting to CNC since coming to FQ (though w/o the hosts file mod so only the traffic I want is over SSL). However, I often find myself away from my primary system, and having seamless access to CNC via SSL would be most convenient.
hobbes is offline  
Old 07-15-2005, 03:15 PM   Postid: 135904
hobbes
Have you hugged a tiger today?
 
hobbes's Avatar

Forum Notability:
1238 pts: A True Crowd-pleaser!
[Post Feedback]
 
Join Date: Mar 2000
Location: Third Sol Planet Posts: Far too many. Oh ok -
Posts: 2,705
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Quote:
Egad, what is that I smell, it must be a skunk!
You'll have to talk to Deb about that. No animals around these here parts... Oh wait.
hobbes is offline  
Old 07-16-2005, 12:21 AM   Postid: 135913
DogAndPony
Site Owner
 
DogAndPony's Avatar

Forum Notability:
290 pts: An Honor To Be Around
[Post Feedback]
 
Join Date: Dec 2001
Location: Downtown LA
Posts: 1,311
Re: [FQuest Announce] QuestMail SSL (Secure Login) Now Available

Quote:
Originally Posted by Terra
Quote:
Now as soon as we have SSL for CNC then you'll get one of these

Egad, what is that I smell, it must be a skunk! --Pay no attention to that man behind the curtain.
And now, images smuggled out of the FutureQuest R&D department:

http://www.usflagballoon.com/images/...3862_small.jpg

http://www.usflagballoon.com/images/...3863_small.jpg

__________________
...Bob

Bob West
Thought Nozzle Concepts, design and copy for film, television, Web, identity and more.
teeblurbs! Inspiring and funny political, social and just plain goofy stuff on tees, mugs, posters and more.

DogAndPony is offline  


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 01:53 AM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.