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

can't login with basic auth #522

Open
debu99 opened this issue Apr 19, 2020 · 2 comments
Open

can't login with basic auth #522

debu99 opened this issue Apr 19, 2020 · 2 comments

Comments

@debu99
Copy link

debu99 commented Apr 19, 2020

when username include special character like dot(.), the logs show error

2020-04-19 00:57:33,619 	 INFO 	 elastichq 	 ConnectionService.create_connection:61 	 Cert File: None
2020-04-19 00:57:33,620 	 INFO 	 elastichq 	 ConnectionService.create_connection:76 	 Basic Auth is True
2020-04-19 00:57:33,620 	 INFO 	 elastichq 	 ConnectionService.create_connection:89 	 SSL disabled
2020-04-19 00:57:33,679 	 ERROR 	 elastichq 	 ConnectionService.create_connection:165 	 ('Unable to create connection! Server returned 401 - UNAUTHORIZED: http://10.104.5.2:9200', 401)
None
None
2020-04-19 00:59:52,658 	 INFO 	 elastichq 	 ConnectionService.create_connection:60 	 Verify: True
2020-04-19 00:59:52,661 	 INFO 	 elastichq 	 ConnectionService.create_connection:61 	 Cert File: None
2020-04-19 00:59:52,661 	 INFO 	 elastichq 	 ConnectionService.create_connection:76 	 Basic Auth is True
2020-04-19 00:59:52,661 	 INFO 	 elastichq 	 ConnectionService.create_connection:89 	 SSL disabled
2020-04-19 00:59:52,728 	 ERROR 	 elastichq 	 ConnectionService.create_connection:165 	 ('Unable to create connection! Server returned 401 - UNAUTHORIZED: http://10.104.5.2:9200', 401)```
@amit10may
Copy link

Same issue here. Chars like @ and ! create issue with URL validation

@akshaynarula
Copy link

@royrusso

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

3 participants