RaigorJiang opened a new issue, #18578:
URL: https://github.com/apache/shardingsphere/issues/18578

   ## Bug Report
   ### Which version of ShardingSphere did you use?
   ShardingSphere-Proxy 
https://github.com/apache/shardingsphere/commit/9431835379969bc64035b0e8944d5703646d3f79
   
   ### Expected behavior
   Connect successful.
   
   ### Actual behavior
   ```
   ~ % psql -Uroot -h127.0.0.1  -p3307
   psql: error: connection to server at "127.0.0.1", port 3307 failed: received 
invalid response to SSL negotiation: |
   ```
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   1. Start Proxy just with server.yaml
   ```
   rules:
     - !AUTHORITY
       users:
         - root@%:root
         - sharding@:sharding
   ```
   2. Try to create a connection using psql
   ```
   psql -Uroot -h127.0.0.1  -p3307
   Password for user root:
   psql: error: connection to server at "127.0.0.1", port 3307 failed: FATAL:  
database "root" does not exist
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to