Forum Discussion

jandg_209076's avatar
jandg_209076
Icon for Nimbostratus rankNimbostratus
Jan 23, 2017

Certificate Connection Not Secure since

Hi Guys,

 

I am using SNI for 2 URL with certificates terminated in F5 using 1 VIP. abc.com - certificate common name is abc.com XYZ.com - certificate common name is XYZ.com

 

iRule configured for both URL's for redirection. When I access abc.com, website shows connection secure. However when I access XYZ.com, website shows connection not secure.

 

When I check from https://www.sslshopper.com/ for XYZ.com to verify common name, result shows below. The hostname (XYZ.com) is correctly listed in the certificate.

 

Do I need to request for SSL cert with small caps xyz.com and update certificate? I also thinking will it solve if I use tolower command of iRule?

 

2 Replies

  • I have never seen your specific case.

     

    Normally, when a client (browser) makes a request, the domain name will ALWAYS be lower case. So, google.com and GOOGLE.COM is the same. If you open up a browser and type lower or uppercase or mixed case characters, everything will be sent as lowercase to the server by the browser.

     

    As your cert is specific for XYZ.com domain, I think you have to go back to your CA and request new cert for abc.com & xyz.com.

     

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Can you show the output of the following command:

     tmsh list /sys crypto cert name_of_your_certificate_file

    ?