Apache SNI support seems not working on latest postman

I am unable to test my HTTPS request with postman because in apache server’s log it always tells:
Hostname xxx provided via SNI and hostname xxx provided via HTTP are different.

With swagger-ui on Chrome browser it works fine.

From this page:
https://cwiki.apache.org/confluence/display/httpd/NameBasedSSLVHostsWithSNI

I can see that it brings out the following topic:

Scenarios

SNI/Request hostname mismatch, or SNI provides hostname and request doesn’t.

This is a browser bug. Apache will reject the request with a 400-type error.

I’m wondering if that’s a bug in postman?