Title: Nginx - [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate · Issue #114 · php79/stack · GitHub
Open Graph Title: Nginx - [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate · Issue #114 · php79/stack
X Title: Nginx - [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate · Issue #114 · php79/stack
Description: OCSP 미지원시 Nginx 경고 # nginx -t nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/php79.com/fullchain.pem" nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configur...
Open Graph Description: OCSP 미지원시 Nginx 경고 # nginx -t nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/php79.com/fullchain.pem" nginx: the configuration file /etc/nginx...
X Description: OCSP 미지원시 Nginx 경고 # nginx -t nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/php79.com/fullchain.pem" nginx: the configura...
Opengraph URL: https://github.com/php79/stack/issues/114
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Nginx - [warn] \"ssl_stapling\" ignored, no OCSP responder URL in the certificate","articleBody":"### OCSP 미지원시 Nginx 경고\n\n```\n# nginx -t\nnginx: [warn] \"ssl_stapling\" ignored, no OCSP responder URL in the certificate \"/etc/letsencrypt/live/php79.com/fullchain.pem\"\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\n```\n\n### 원인 - Let's Encrypt OCSP 서비스 종료\n\nhttps://letsencrypt.org/2025/08/06/ocsp-service-has-reached-end-of-life\n\n\n### 기존 사용자용 수작업 조치\n\n- ssl_stapling 설정 확인\n\n```sh\ngrep -E '^ssl_stapling' /etc/letsencrypt/php79/*.conf\n```\n\n```\n# 파일 목록 예시\n/etc/letsencrypt/php79/ssl-hosting.conf:ssl_stapling on;\n/etc/letsencrypt/php79/ssl-hosting.conf:ssl_stapling_verify on;\n/etc/letsencrypt/php79/ssl-modern.conf:ssl_stapling on;\n/etc/letsencrypt/php79/ssl-modern.conf:ssl_stapling_verify on;\n/etc/letsencrypt/php79/ssl-stable.conf:ssl_stapling on;\n/etc/letsencrypt/php79/ssl-stable.conf:ssl_stapling_verify on;\n```\n\n- 쉘 스크립트로 일괄 주석 처리\n\n```sh\nFILES=( `grep -lE '^ssl_stapling' /etc/letsencrypt/php79/*.conf` )\nfor i in \"${FILES[@]}\"\ndo\n echo \"replace file : ${i}\"\n sed -i 's/^ssl_stapling/#ssl_stapling/g' \"${i}\"\ndone\n```\n\n- ssl_stapling, ssl_stapling_verify 설정이 주석 처리(#)된 것 확인\n\n```sh\ngrep 'ssl_stapling' /etc/letsencrypt/php79/*.conf\n```\n\n- nginx 설정 테스트후 재시작\n\n```sh\nnginx -t \u0026\u0026 systemctl restart nginx\n```\n\n### 업데이트시 반영\n\n- [ ] OCSP 설정 기본 비활성화","author":{"url":"https://github.com/ibin79","@type":"Person","name":"ibin79"},"datePublished":"2025-08-20T00:39:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/114/stack/issues/114"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f7aa53c3-be96-60ce-e29a-bb5bd4df41e1 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BDDA:3CAE76:7A8BD26:9EB266D:697E64DF |
| html-safe-nonce | 8b9f5e31a41def6cd197a6edddd09e17d26384f1612087f9f417fa0f45b01443 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRERBOjNDQUU3Njo3QThCRDI2OjlFQjI2NkQ6Njk3RTY0REYiLCJ2aXNpdG9yX2lkIjoiMzU2ODI2MTIzNjQ2ODM3Njc5OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | b5fdb214e4ad7954ba44a8534d5ed1d424610c28b550e2a8c6e22a827bfa18ae |
| hovercard-subject-tag | issue:3336154143 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/php79/stack/114/issue_layout |
| twitter:image | https://opengraph.githubassets.com/74f9b686619c583cdc98057fab08f8c5300e66cebe3ff1657c3360f906f5acce/php79/stack/issues/114 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/74f9b686619c583cdc98057fab08f8c5300e66cebe3ff1657c3360f906f5acce/php79/stack/issues/114 |
| og:image:alt | OCSP 미지원시 Nginx 경고 # nginx -t nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/etc/letsencrypt/live/php79.com/fullchain.pem" nginx: the configuration file /etc/nginx... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ibin79 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/php79/stack git https://github.com/php79/stack.git |
| octolytics-dimension-user_id | 15116019 |
| octolytics-dimension-user_login | php79 |
| octolytics-dimension-repository_id | 55199584 |
| octolytics-dimension-repository_nwo | php79/stack |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 55199584 |
| octolytics-dimension-repository_network_root_nwo | php79/stack |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width