error 30

nginx Verify return code: 21 (unable to verify the first certificate)

Certificate configuration check SSL 인증서 적용 확인 nginx 인증서 설정 SW_Development Nginx doesn't send certificate chain Steps to install a Comodo PositiveSSL certificate with Nginx. Certificate Installation : NGINX SSLのVerifyで「 21 (unable to verify the first certificate)」エラーが発生する。 “verify error:num=20” when connecting to gateway.sandbox.push.apple.com NGINX SSL 인증서 설치/적용 가이드 SSL Checker SSL 인증서 설치 적용 테스트..

server-side/nginx 2017.03.06

Unable to start activity ComponentInfo, on a null object reference

Issues with Loading AdMob Ads on App Android google ads error (null reference ?) Error java.lang.RuntimeException: Unable to start activity ComponentInfo{com.domain.sub/com.domain.sub.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.ads.AdView.loadAd(com.google.android.gms.ads.AdRequest)' on a null object reference 해당 activity 에서 R.id.a..

ide/androidstudio 2017.01.25

INIpayStd SSL certificate issued Error

http://stackoverflow.com/questions/32820376/fopen-accept-self-signed-certificate fsockopen 대신 stream_context_create, stream_socket_client 를 이용 verify 인증을 하지 않고 연결한다. INIpayStd/libs/HttpClient.php $contextOptions = Array( 'ssl' => Array( 'verify_peer' => FALSE ) ); $context = stream_context_create($contextOptions); if (!$this->sock = stream_socket_client($this->ssl.$this->host.":".$this->port, $e..

카테고리 없음 2016.06.20

MAC Bitnami Nginx Stack Bind Error

Bitnami Nginx Stack Bitnami Nginx Stack Bitnami Nginx Stack Installer OSX Mavericks: How can I make a webserver launch at boot and listen to port 80 without running the webserver as root? OS X에서 ‘루트‘ 사용자 활성화 및 사용하기 MAC Nginx Stack 설치 후 가상호스트 설정 /Applications/nginxstack-1.9.9-0/nginx/nginx.conf# 엔진엑스 /Applications/nginxstack-1.9.9-0/nginx/bitnami/bitnami.conf# Bitnami 기본설정 /Applications/nginxstac..

server-side/nginx 2016.01.12

MySQL db selection Error - ERROR 1184 (08S01)

MySQLのユーザー作成でハマったこと解決策メモ。(MySQL 사용자 생성에 빠진 것을 해결 과정 참고.) 에러 확인 08S01 설정확인 Check GLOBAL VARIABLES init_connect SHOW GLOBAL VARIABLES LIKE "init%" 설정변경 reset GLOBAL VARIABLES init_connect SET GLOBAL init_connect=''; SHOW GLOBAL VARIABLES LIKE "init%" 문제 해결 MySQL 설정(my.ini)에서 init-connect 부분을 수정한 뒤 MySQL을 재시작하면 된다. # my.ini init-connect=\'SET NAMES utf8\' # 설정이 잘못된 부분 init-connect=SET NAMES utf8 # ..

db/mysql 2015.05.25
반응형