3003h / Eros-FE

An e-hentai/exhentai app make on flutter
Apache License 2.0
2.88k stars 126 forks source link

Mysql强制要求SSL,导致无法连接 #340

Closed Whuihuan closed 4 weeks ago

Whuihuan commented 9 months ago

复现步骤 / Steps to reproduce

1.配置MYSQL

预期行为 / Expected behaviour

成功连接

实际行为 / Actual behaviour

log报服务端不支持SSL

备注 / Additional details

我当前的MYSQL暂无法支持SSL连接,所以这个功能就没法用了。

FEhViewer 版本号 / FEhViewer version code

1.5.4

FEhViewer CI 版本 / FEhViewer CI version

https://github.com/3003h/FEhViewer/actions/runs/7055170774

平台 / Platform

Android

系统版本 / System version

hyperos

设备型号 / Device model

小米14

SoC 型号 / SoC model

骁龙8Gen3

应用日志 / App logs

┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ #0 DownloadController.allowMediaScan (package:fehviewer/common/controller/download_controller.dart:137) │ #1 ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ [E] allowMediaScan uriList is null └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ #0 FeMySql._init (package:fehviewer/store/mysql/mysql.dart:56) │ #1 ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ [E] MySQLClientException: Server does not support SSL connection. Pass secure: false to createConnection or enable SSL support │ [E] #0 MySQLConnection.connect. (package:mysql_client/src/mysql_client/connection.dart:139) │ [E] #1 Future.doWhile. (dart:async/future.dart:705) │ [E] #2 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594) │ [E] #3 _RootZone.bindUnaryCallbackGuarded. (dart:async/zone.dart:1633) │ [E] #4 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:846) │ [E] #5 Future._propagateToListeners (dart:async/future_impl.dart:875) │ [E] #6 Future._completeWithValue (dart:async/future_impl.dart:647) │ [E] │ [E] └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

自查步骤 / Self-review steps