× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



IT should be pretty straightforward.

Obviously you will be running a different instance for this since it's
running on a different port.

1. Make sure your other config files are listening to only specific ip
addresses and port(s), such as 80. If not, fix them.

2. Import the Certificate into DCM. Then, assign an application name to
it also in DCM.

3. Create a new instance for your SSL web service. I do this using PDM,
but you can use whatever you're comfortable with. Make sure it points to
the config file you'll create in the next step.

4. Create the config file pretty much the same as any other, except for
the following:

LoadModule ibm_ssl_module
/QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM


<VirtualHost
<ipaddress>:443>
SSLAppName <application_name>

SSLEngine
On

SSLCacheDisable
</VirtualHost>



Listen <ipaddress>:443
rest of your config items...

This assumes you're running on port 443.

Replace <ipaddress> with the IP address this will be running with.

Replace <application_name> with the application name you assign to the
certificate in DCM.

That should do it.



On Thu, Dec 13, 2012 at 10:34 AM, Tom Hightower <tomh@xxxxxxxxxxx> wrote:

I have the following website, hosted on the System i:
http://idocket.com

Clicking Register now on that homepage takes you to:
https://secure.idocket.com/idocket/register.asp

As you can infer from the .asp, the https is hosted on a Windows server on
our internal network.

Management wants to move the https from the Windows server onto our System
I, and I'm all in on that. But it's been quite a long time (10 years?) and
many OS releases since I've done that. Can someone point me to a guide
that
walks me thru getting that up and going?

Thanks,
TomH


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.