imap_open error: "Couldn't open stream {server.example.com:143}I…
페이지 정보

본문
<?php
imap_open( "{server.example.com:143}INBOX" , 'login' , 'password' );?>
Got this error:
"Couldn't open stream {server.example.com:143}INBOX"
Solved by adding the flag "novalidate-cert":
<?php
imap_open( "{server.example.com:143/novalidate-cert}INBOX" , 'login' , 'password' );
?>
관련링크
- 이전글Ubuntu 10.04에 AWstats 설치하기 16.06.01
- 다음글centos7 yum update error -> check nsswitch.con 16.04.08
댓글목록
등록된 댓글이 없습니다.