I got a certificate and set up a secure page in the iSeries, it works 
very well. But I just noticed that the pages that require authentication 
do not pass the user profile to the program, they just pass QTMHHTP1  
The same program in a non-secure library receives the user profile by 
creating a field with INZ(*USER) or in the program status DS.
I have v5r3, and the Apache conf for the ssl page looks like:
  <Directory /QSYS.LIB/AVI.LIB>
     Order Allow,Deny
     Allow From all
     Require valid-user
     PasswdFile %%SYSTEM%%
     AuthType Basic
     AuthName "ABC Color"
     SSLRequireSSL
     SetEnv HTTPS_PORT 443
  </Directory>
How can a program in library AVI read the user ID?  Do I need a "   
UserID %%CLIENT%%"?
TIA,
Raul
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.