Connection could not be established with host ssl://smtp.mail.ru:465

Connection could not be established with host “ssl://smtp.mail.ru:465”: stream_socket_client(): Peer certificate CN=relay.v.fozzy.com' did not match expected CN=smtp.mail.ru’

my .env file

MAIL_MAILER=smtp
MAIL_HOST=smtp.mail.ru
MAIL_PORT=465
[email protected]
MAIL_PASSWORD=secret
MAIL_ENCRYPTION=ssl
[email protected]
MAIL_FROM_NAME="${APP_NAME}"

What can you help me do. Thank you.