We are doing some poc on https port creation for that i’ve generated privated key by using CertificateToolkit.While configuring the https port i had given the Private Key as ‘packages\Https\pub\S2.der’ but i didn’t specify any Server’s Certificate or Authority’s Certificate.
One morething after creating the private key(i.e. .der) using CertificateToolkit we’re trying to create .pem file for that i’ve given all information like email id but i didn’t get any response from VeriSign.
While enabling the port i’m getting the error like ==>Failed to start HTTPSListener@2222: [ISS.0070.9009] Error starting to listen:
Could you please let me know the process for creation of simple https port.
In order to start a HTTPS port you have to have a signed certificate and private key. If it is a POC you can generate a self-signed certificate using keytool or OpenSSL. There are some directions on advantage on how to do this.
We encounter a similar issue on our new IS 7.1.3 on Oracle Solaris:
We have created a private key and a related csr.
This csr got certified by our companies CA-Department meanwhile.
Now we have converted the certificate to DER-format and were trying to enable the HTTPS-Port.
All settings are correct (we are working the same way on our HP-UX-Environments with the same IS-Version for 2 years now).
But we are also getting the error message described by Anil in the server log.
Additionally there is a message in the error log: