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

[issue] 배포한 서버에서 로그인 요청시 버그 발생 #27

Open
4 tasks
Tracked by #28
IGhost-P opened this issue Sep 26, 2022 · 2 comments
Open
4 tasks
Tracked by #28

[issue] 배포한 서버에서 로그인 요청시 버그 발생 #27

IGhost-P opened this issue Sep 26, 2022 · 2 comments
Assignees
Labels
버그 해결 버그 해결

Comments

@IGhost-P
Copy link
Member

IGhost-P commented Sep 26, 2022

요약

문제 화면

image

현재 환경변수

image

로그인 요청시 문제가 있습니다.
카카오에서 토큰은 정상적으로 받아오는것 같지만, 백엔드로부터 데이터 요청을 보낼때 에러가 발생

아마 원인은 2가지로 예상 됩니다.

  1. 서버(WAS)에서 낮은 버전의 SSL을 사용하는 경우

  2. 서버(WAS)에서 응답한 Cipher Suites를 브라우저(Chrome)에서 처리 할 수 없는경우

완료조건

  • 로그인 요청시 정상적으로 토큰,데이터 가져오기
  • 로그아웃 요청후 => 다시 로그인 요청시 정상적으로 토큰을 가져오고, 데이터를 반환

테스트 케이스

  • 로그인 요청 -> 로컬 스토리지에 토큰이 정상적으로 받아와짐
  • 로그인 -> 로그아웃 -> 로그인시 로컬 스토리지에 토큰이 정상적으로 받아와짐
@IGhost-P IGhost-P changed the title [카테고리] 제목 [issue] 배포한 서버에서 로그인 요청시 버그 발생 Sep 26, 2022
@IGhost-P IGhost-P transferred this issue from EasyAndBeauty/DailyReceipt-FE-WEB Sep 26, 2022
@IGhost-P IGhost-P added the 버그 해결 버그 해결 label Sep 26, 2022
@java-saeng
Copy link
Contributor

현재 배포된 프론트에서 (https)에서 aws(http)로 요청을 보내는 듯합니다

기본적으로 https -> http 로 요청은 블락되는 것으로 알고 있습니다

@mdgarden
Copy link
Member

mdgarden commented Sep 2, 2023

서버 재배포 이후 같은 문제가 발생하고 있습니다.
요청을 보내는 헤더에는 Authorization에 사용자 아이디가 포함되어있는 것을 확인했습니다.
포스트맨에서는 문제 없이 요청되는데, 브라우저에서 실행할 시 다음과 같은 에러가 발생합니다.

스크린샷 2023-09-02 18 11 37 image image

시간날 때 확인부탁드립니다!

@mdgarden mdgarden reopened this Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 해결 버그 해결
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants