2017/07 10

Docker for CentOS7

Get Docker CE for CentOS Index of /linux/centos/7/x86_64/stable/Packages/ CentOS Docker OS requirements Docker CE를 설치하려면 CentOS 7의 64 비트 버전이 필요합니다. 저장소 설치 # 필수 유틸리티 설치, yum-utils는 yum-config-manager, device-mapper-persistent-data 및 lvm2는 devicemapper 저장 장치 드라이버에 필요. sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # 저장소 설정 sudo yum-config-manager \ --add-repo \ https://download.d..

virtual/Docker 2017.07.31

Docker for Ubuntu

Get Docker CE for Ubuntu 우분투 확연 Docker APT 저장소 sudo apt-get update sudo apt-get install docker.io source /etc/bash_completion.d/docker sudo docker version Docker 관리 저장소 shell 명령어 다운로드 설치 curl -sSL https://get.docker.com/ | sudo sh Docker 업그레이드 sudo apt-get update && sudo apt-get upgrade Docker 사용 유저권한 부여 sudo gpasswd -a {username} docker # logout after new login docker ps Docker CE Remove Old Do..

virtual/Docker 2017.07.29

HAProxy SSL Bridging

SSL offloading impact on web applications In some cases, the application is not compatible at all with SSL offloading (even with the tricks above) and we must use a ciphered connection to the server but we still may require to perform cookie based persistence, content switching, etc… 어떤 경우에는 애플리케이션이 SSL 오프로드 (위의 트릭을 포함하여)와 전혀 호환되지 않으며 서버에 대한 암호화 된 연결을 사용해야하지만 쿠키 기반의 지속성, 컨텐츠 스위칭 등을 수행해야 할 수도 있습니..

server-side/haproxy 2017.07.18

IFRS-15, 16

IFRS-15, 16 검색 키워드 : IFRS-15 + 금융위, IFRS-16 + 금융위 건설, 조선, 해운은 국제적으로 2018년에 바로 회계적용. 항공사 리스 : 현재 13조원. IFRS 15 : 기업 #2018년 한국 기업 적용. 1년에 2번 회계법인 감사, 정상에서 정상/한정/부정적/의견거부 중 한정이 2번 받으면 주식시장에서 퇴출됨. 은행은 대손 충담금 10~30% 증가해야 하지만, 기업은 10~30% 증가 되어야 함. 하지만 한국에서는 잔금을 이익으로 처리했지만, 2018년도는IFRS 15 시행으로 예외없음.유암코 : 8개은행 출자 부실채권 처리 기업 으로 기업 부실채권을 처리한다(PEF). 은행 : IFRS-9 보험 : IFRS-17

etc/경제 2017.07.17

HAProxy has no server available!

HAProxy failing at random times (backend has no server available!) HAProxy check says server is down when it is up Health checking 해당 서버가 구동중이지 않을 경우 문제가 발생한다. Message from syslogd@localhost at Jun 29 16:01:33 ... haproxy[8372]: backend websocket_backend has no server available! Message from syslogd@localhost at Jun 29 16:01:33 ... haproxy[8372]: backend websocket_backend has no server available..

server-side/haproxy 2017.07.17

HAProxy SSL dh(Diffie-Hellman) Parameters

OpenSSL 취약점 정리, Logjam(로그잼)에서 Heartbleed까지 Logjam: TLS 취약점 (CVE-2015-4000) Guide to Deploying Diffie-Hellman for TLS support.comono.com : Enabling Perfect Forward Secrecy CSR 생성 및 인증서 적용 방법 안내 HAProxy SSL 인증서 설치/적용 가이드 gabia SSL보안서버 인증서 : 설치방법 KnowledgeBase SSL 설치/적용 이슈 주요 사례 ssllabs.com : SSL Server Test SSL Checker SSL 인증서 설치 적용 테스트 확인 "서버에 보안이 약한 임시 Diffie-Hellman 공개 키가 있습니다" 메시지 코모도는 support..

server-side/haproxy 2017.07.15

HAProxy SSL Bridging

SSL offloading impact on web applications SSL Bridging In some cases, the application is not compatible at all with SSL offloading (even with the tricks above) and we must use a ciphered connection to the server but we still may require to perform cookie based persistence, content switching, etc… 어떤 경우에는 애플리케이션이 SSL 오프로드 (위의 트릭을 포함하여)와 전혀 호환되지 않으며 서버에 대한 암호화 된 연결을 사용해야하지만 쿠키 기반의 지속성, 컨텐츠 스위칭 등을 ..

server-side/haproxy 2017.07.15
반응형