Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis配置如果使用带特殊符号的密码 提示 密码无效 #47

Closed
staySober opened this issue May 19, 2021 · 7 comments
Closed

Comments

@staySober
Copy link

Describe the bug||描述错误
当redis的密码包含 !@# 等特殊符号,时 redis连接不上

To Reproduce||重现
Steps to reproduce the behavior and paste the relevant data package:||重现行为的步骤,并贴上相关的数据包:

  1. redis使用带 !@# 等符号的密码
    image
    2.Medusa config配置文件配置相同的密码
    image
  2. Medusa 提示密码无效
    image

Related system description:||相关系统说明:

Linux Centos7
python 3.7
java 8
Medusa Web master分支代码

猜测: 配置文件里的密码可能需要转义
如果密码不用单引号 和 双引号 包围, 并用“\” 转译字符 实际测试无效

@chenjiewei123
Copy link

注册的时候提示服务器是什么原因
image

@Ascotbe Ascotbe pinned this issue Aug 30, 2021
@Ascotbe Ascotbe closed this as completed Aug 30, 2021
@chAamirKhan
Copy link

注册的时候提示服务器是什么原因
image
我也是

@Ascotbe
Copy link
Owner

Ascotbe commented Sep 3, 2021

注册的时候提示服务是什么原因
我也是
图片

要么是验证码问题,要么是key不对,可以产考文档是不是配置错误了

@isaac1216
Copy link

isaac1216 commented Sep 18, 2021

注册的时候提示服务是什么原因
我也是
图片

要么是验证码问题,要么是key不对,可以产考文档是不是配置错误了

我是按着说明在虚拟机上搭的,请问验证码加载不出来是怎么回事,提示network error,是我少了什么配置吗?用的firefox浏览器,运行python3的窗口会报错
[18/Sep/2021 19:39:11] code 400, message Bad request version ('\x8f\x80Ô\x8a±xÓ¤=ÔïôØ\x8d4AÖDS"¦gë\x00$\x13\x01\x13\x03\x13\x02À+À/̨̩À,À0À')
[18/Sep/2021 19:39:11] You're accessing the development server over HTTPS, but it only supports HTTP.

@Ascotbe
Copy link
Owner

Ascotbe commented Sep 19, 2021

注册的时候提示服务是什么原因
我也是
图片

要么是验证码问题,要么是key不对,可以产考文档是不是配置错误了

我是按着说明在虚拟机上搭的,请问验证码加载不出来是怎么回事,提示network error,是我少了什么配置吗?用的firefox浏览器,运行python3的窗口会报错
[18/Sep/2021 19:39:11] code 400, message Bad request version ('\x8f\x80Ô\x8a±xÓ¤=ÔïôØ\x8d4AÖDS"¦gë\x00$\x13\x01\x13\x03\x13\x02À+À/̨̩À,À0À')
[18/Sep/2021 19:39:11] You're accessing the development server over HTTPS, but it only supports HTTP.

你这是后端开了http,前端却用HTTPS访问,你看下前后端配置是否都是http

@Zup1993
Copy link

Zup1993 commented Dec 10, 2021

请问如何关闭验证码,你这个搞了半天只能本地,外部请求的话,验证码地址127.0.0.1:9999,这个看vue.config.js改了也不是。
image
心态崩了啊!

@nanshihui
Copy link

nanshihui commented Dec 10, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants