How to turn off SNI for my domain / server

Hello all!
I’m trying to use some payment service for my web application, but it is not support SNI technology. So how can I turn it off?
Thanks.

It should be in this documentation somewhere:

https://httpd.apache.org/docs/2.4/vhosts/ip-based.html
https://httpd.apache.org/docs/2.4/vhosts/name-based.html

Thanks, found working solution here:
https://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.