• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: setting up https requests with WO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: setting up https requests with WO


  • Subject: RE: setting up https requests with WO
  • From: "Albert Jagnow" <email@hidden>
  • Date: Wed, 28 Jan 2004 11:01:31 -0600
  • Priority: normal
  • Thread-topic: setting up https requests with WO

The web server does not even need to be set up on the dev machine.  Any
SSL enabled web server with a webobjects adaptor will do.  The important
thing to realize is that it is the browser and the web server that are
doing the secure https communications, the webobjects application is not
involved in the https transaction.  If you are doing something with
sensitive data you may want to have your webobjects application check to
make sure the request is really over https before it returns any data.
There are several ways to check if the request was made with https, most
involve looking at the request headers (i.e. if HTTPS=ON or if
SERVER_PORT=443 ).

--Albert

-----Original Message-----
From: Fournier, Pete [mailto:email@hidden]
Sent: Wednesday, January 28, 2004 9:30 AM
To: Jonathan Fleming; email@hidden
Subject: RE: setting up https requests with WO


I do the following:
1) install SSL certificate in IIS on local dev machine.
2) setup to run the WebObjects.dll on the local dev machine:
	A) Setup app to start on same port every time.
	B) Setup webobjects.xml file pointing to app on local machine.
	C) Setup registry entries for the WebObjects.dll

That's it. Other than coding your application to use http(s) as
appropriate. Make sure and start calling the app w/URLs like
http://mymachine/scripts/WebObjects.dll/.... Or
https://mymachine/scripts/WebObjects.dll/.... Important part is that the
port number for direct connect is not there, make sure you use the
webserver.

Peter Fournier





-----Original Message-----
From: email@hidden
[mailto:email@hidden] On Behalf Of Jonathan
Fleming
Sent: Wednesday, January 28, 2004 6:50 AM
To: email@hidden
Subject: setting up https requests with WO


Can anyone tell me what I need to do to set my PC (Windows XP, WO5.2.1,
java
1.3.1, MSSQL2000Server) so that I can test using https requests?

TIA
Jonathan :^)

_________________________________________________________________
Express yourself with cool new emoticons
http://www.msn.co.uk/specials/myemo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.



----------------

This communication (including all attachments) is intended solely for
the use of the person(s) to whom it is addressed and should be treated
as a confidential AAA communication.  If you are not the intended
recipient, any use, distribution, printing, or copying of this email is
strictly prohibited.  If you received this email in error, please
immediately delete it from your system and notify the originator.  Your
cooperation is appreciated.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


This e-mail (including any attachments) is covered by the Electronic
Communications Privacy Act, 18 USC. 2510-2521. It is confidential and
may be legally privileged. If you are not the intended recipient, you
are hereby notified that any retention, dissemination, distribution, or
copying of this communication is strictly prohibited. Please reply to
the sender that you have received the message in error, and then delete
it. Thank you.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Eclipse, etc.
  • Next by Date: Re: Two Servers...
  • Previous by thread: RE: setting up https requests with WO
  • Next by thread: EOPrototypes & creating the database
  • Index(es):
    • Date
    • Thread