Airflow connect to neo4j instance error

I have the airflow running in docker container, and trying to connect to the neo4j instance but got an error:

Traceback (most recent call last):
  File "/home/airflow/.local/lib/python3.7/site-packages/neo4j/_async_compat/network/_bolt_socket.py", line 655, in connect
    return BoltSocket._handshake(s, resolved_address)
  File "/home/airflow/.local/lib/python3.7/site-packages/neo4j/_async_compat/network/_bolt_socket.py", line 603, in _handshake
    address=resolved_address))
neo4j.exceptions.ServiceUnavailable: Connection to [::ffff:34.126.64.110]:7687 closed without handshake response
neo4j.exceptions.ServiceUnavailable: Couldn't connect to 5654x4645.databases.neo4j.io:7687 (resolved to ()):
Connection to [::ffff:34.126.64.110]:7687 closed without handshake response
Connection to 34.126.64.110:7687 closed without handshake response

It may caused by my connection parameters in airflow connection ui:

Is anyone encountered or knows this error, please advise, thanks.