[변경 전 확인]
[root@test ~]# curl https://api.luniverse.io
curl: (51) Unable to communicate securely with peer: requested domain name does not match the server's certificate.
[root@test ~]# curl https://google.co.kr
curl: (51) Unable to communicate securely with peer: requested domain name does not match the server's certificate.
[nameserver 설정 변경]
경로 : /etc/resolv.conf
nameserver 210.220.163.82 ( SK서버로 SK nameserver로 변경 조치 )
[설정 후 테스트]
[root@test ~]# curl https://api.luniverse.io
[root@test ~]# curl https://google.co.kr
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="https://www.google.co.kr/">here</A>.
</BODY></HTML>
'Security > OS 관련' 카테고리의 다른 글
| curl 확인 방법 (0) | 2023.11.14 |
|---|---|
| 공유메모리 관련 (0) | 2023.11.07 |
| QOS (트래픽 제한 두번째 방법) (0) | 2023.11.07 |
| 트래픽 용량 제한(QOS) (0) | 2023.11.07 |
| mod_security 탐지 걸린 룰 해제시 방법 (0) | 2023.11.07 |
