Forum Discussion
SNI Sites not taking correct certificate.
I have configured one VIP with two certificate
aks.test.com
aks4.test.com
On SSL profile for aks.test.com i have enabled SNI feature and aks.test.com is working fine taking correct certificate (aks.test.com).
but aks4.test.com having not secure error on browser and taking the certificate of (aks.test.com).
Could someone please help what could be the issue in this case.
8 Replies
- Blue_whale
Cirrocumulus
I hope you have done this ..If so , it should have worked ..
aks.test.com >> On this ssl profile tick the check box - "Default SSL Profile for SNI"
aks4.test.com
- Militza
Nimbostratus
Yes it is done. but not working
Would you be able to provide your SSL profiles configuration associated to this virtual server and the virtual server configuration so we can look at this further?
Hi Militza,
You can use the openssl command-line tool to check if SNI is configured correctly.
Here's a command you can run:
openssl s_client -servername aks4.test.com -connect aks4.test.com:443 -tlsextdebug
This command will show you the details of the SSL/TLS handshake, including whether the server is using the correct certificate for the specified hostname
Check and share the test results.
- Militza
Nimbostratus
openssl can not use.
you should be able to use it from the BIG-IP itself.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com