문의 시, 관련 URL 또는 디벨로퍼스 앱ID를 알려주세요.
https://www.ksaedu.or.kr/static/guide/TalentDev/index.html
공유 디버거 화면
카카오톡 화면
추가적으로 확인해봐야 할 내용이 있으면 알려주세요.
문의 시, 관련 URL 또는 디벨로퍼스 앱ID를 알려주세요.
https://www.ksaedu.or.kr/static/guide/TalentDev/index.html
공유 디버거 화면
카카오톡 화면
추가적으로 확인해봐야 할 내용이 있으면 알려주세요.
안녕하세요.
디버거 도구의 이미지는 해당 경로를 직접 표시하나, 카카오톡의 미리보기 이미지는 카카오 스크랩 서버가 접근하여 최적화 과정을 거치게 됩니다.
해당하는 이미지 경로에 스크랩서버가 접근할 때, 간헐적으로 접근이 거부되고 있습니다.
서비스 방화벽에서 아래 IP 대역에 대한 차단이 있었는지 점검 부탁드립니다.
211.231.103.0/24
27.0.238.0/24
추가로, read 중에 회원님 서버에서 UserAgent와 같읕 헤더 값에 따라 연결을 닫는 케이스도 확인되는점 참고 부탁드립니다.
< HTTP/1.1 200 Connection Established
< Proxy-agent: nginx
<
* CONNECT phase completed
* CONNECT tunnel established, response 200
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
} [321 bytes data]
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (IN), TLS handshake, Server hello (2):
{ [81 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [3754 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [262 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / AES256-GCM-SHA384 / [blank] / UNDEF
* ALPN: server did not agree on a protocol. Uses default.
* Server certificate:
* subject: C=KR; ST=Seoul; L=Gangnam-gu; O=Korean Standards Association; CN=*.ksaedu.or.kr
* start date: May 14 00:00:00 2025 GMT
* expire date: Jun 5 23:59:59 2026 GMT
* subjectAltName: host "www.ksaedu.or.kr" matched cert's "*.ksaedu.or.kr"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=Thawte TLS RSA CA G1
* SSL certificate verify ok.
* using HTTP/1.x
> GET /static/guide/TalentDev/img/thumnail.png?v=2 HTTP/1.1
> Host: www.ksaedu.or.kr
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
* Empty reply from server
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection
curl: (52) Empty reply from server