WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SSL configuration on websphere Application server

    Posted Tue August 04, 2020 11:33 AM

    Hi

    I have configured Websphere application server as docker container. I am able to logon to the Administrative console on chrome but it developer tools in chrome i see security warnings:

    This page is not secure (broken HTTPS).

    Certificate - Subject Alternative Name missing

    The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.

    View certificate

    Certificate - missing

    This site is missing a valid, trusted certificate (net::ERR_CERT_AUTHORITY_INVALID).

    View certificate

    I have gone through a lot of tutorials and blogs here and there but i am not able to remove these certificates error. Can anyone help me in configuring SSL on the websphere application server and remove the two certificate issue asap.



    #Support
    #SupportMigration
    #WebSphereApplicationServer(WAS)


  • 2.  RE: SSL configuration on websphere Application server

    Posted Tue August 04, 2020 11:43 AM

    So it seems like you will need to add some SAN information to the certificate... Try using this procedure to at SAN to your certificate:

    How do I configure the Subject Alternative Name (SAN) Certificates in WebSphere Application Server?

    https://www.ibm.com/support/pages/node/1168858

    Regards,

    Bill Holtzhauser






    #Support
    #SupportMigration
    #WebSphereApplicationServer(WAS)


  • 3.  RE: SSL configuration on websphere Application server

    Posted Wed August 05, 2020 05:41 AM

    Hi Bill,

    Thanks a lot for helping.

    Somehow i have resolved the error Certificate - Subject Alternative Name missing from the administartive console when opened in chrom but the Certificate - missing

    This site is missing a valid, trusted certificate (net::ERR_CERT_AUTHORITY_INVALID). error still persists.

    Can you guide how can i create certificate and add them to websphere so that this error doesn't appears.

    I am not so much familiar with websphere.

    Also i am running websphere on docker container in linux so ikeyman tool is also not there..



    #Support
    #SupportMigration
    #WebSphereApplicationServer(WAS)