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

'servtime' 요청시 음수값을 리턴하는 문제 #1

Open
JellyBrick opened this issue Mar 4, 2020 · 1 comment
Open

'servtime' 요청시 음수값을 리턴하는 문제 #1

JellyBrick opened this issue Mar 4, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@JellyBrick
Copy link
Member

JellyBrick commented Mar 4, 2020

  • github.com
  • everytime.kr
    위 사이트들의 서버 시간 요청시 음수값을 반환합니다
@JellyBrick JellyBrick added the bug Something isn't working label Mar 4, 2020
@Astro36
Copy link
Collaborator

Astro36 commented Aug 2, 2020

오류 원인

Error: handshake: sslv3 alert handshake failure

원인

sslContext의 인증서를 설정하지 않음

See http_client_sync_ssl.cpp

일부 사이트에서 작동하는 이유

https://naver.com의 경우,

HTTP/1.1 400 Bad Request
Server: NWS
Date: Sun, 02 Aug 2020 09:08:01 GMT
Content-Type: text/html
Content-Length: 150
Connection: close

400 Bad Request지만 헤더에 Date 값을 같이 보내줬음

따라서 잘 작동하는 것처럼 보였음

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants