I ran this command:
New-AcmeIdentifier to create multi domain ssl certificate
It produced this output:
My web server is (include version):
Windows with IIS
the ssl certificate works well on all browsers and devices
except iphone ios, there i got “this connection is not private” error message
Any suggestions what can make it happen?
No, it doesn't. If you click this link in any desktop browser (without any kind of cache), it will fail: https://qawobily.co.il/
The problem is that in order to send a redirect, you need to have a valid SSL connection already. In order to have that, the certificate needs to be valid for the first URL being visited.
So you should add that extra name to your certificate.
Probably users who run into this problem are using Chrome, which has a special case that considers this valid (!) even though it's not valid according to Internet standards. So you might want to say "any desktop browser (other than Chrome)" here.