Authentication examples: https and JavaWOSecurityExampleX, SecureStoreX
Authentication examples: https and JavaWOSecurityExampleX, SecureStoreX
- Subject: Authentication examples: https and JavaWOSecurityExampleX, SecureStoreX
- From: Greg Brown <email@hidden>
- Date: Mon, 10 Mar 2003 16:40:34 -0500
- Organization: Indexed Sequential
These examples look real useful, BUT,
I 've looked all over the knowledge base on how to turn on the https
server, but I couldn't find anything.
I found the /etc/httpd/httpd.conf file and uncommented the line:
LoadModule ssl_module libexec/httpd/libssl.so
as well as the line shortly following the loadmodule section
AddModule mod_ssl.c
And added port 443
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 80
Port 443
The log file seems ok:
[Mon Mar 10 16:12:44 2003] [notice] Apache/1.3.27 (Darwin)
mod_ssl/2.8.10 OpenSSL/0.9.6b configured -- resuming normal operations
[Mon Mar 10 16:12:44 2003] [notice] Accept mutex: flock (Default: flock)
But I can't use the SecureStoreX example, as I think the apache web
server is not set up correctly. My broswer can't connect to 127.0.0.1.
Has anybody else got the SecureStoreX example to run?
Is there any documentation about webobjects and the https server?
Well, thanks,,,
_______________________________________________
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.