Page MenuHomeDevCentral

Fix Wolfplex Phabricator canonical URL
ClosedPublic

Authored by dereckson on Sep 23 2020, 23:05.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 09:12
Unknown Object (File)
Wed, Feb 12, 08:41
Unknown Object (File)
Tue, Feb 11, 16:07
Unknown Object (File)
Tue, Feb 11, 07:15
Unknown Object (File)
Mon, Feb 10, 10:22
Unknown Object (File)
Sun, Feb 2, 14:43
Unknown Object (File)
Wed, Jan 29, 17:27
Unknown Object (File)
Tue, Jan 28, 11:56
Subscribers
None

Details

Summary

The Let's Encrypt certificate canonical domain is phabricator.wolfplex.org,
but nginx configuration had .be as canonical, .org as alias.

This fixes the following issue:

nginx: [emerg] BIO_new_file("/srv/letsencrypt/etc/live/phabricator.wolfplex.be/fullchain.pem")
failed (SSL: error:02001002:system library:fopen:No such file or directory
:fopen('/srv/letsencrypt/etc/live/phabricator.wolfplex.be/fullchain.pem','r')
error:2006D080:BIO routines:BIO_new_file:no such file)

RReviewers: dereckson

Test Plan

Test on docker-001, and fix any certificate issue as the same time.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
fix-nginx-wolfplex
Build Status
Buildable 3608
Build 3857: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson added a reviewer: dereckson.
This revision is now accepted and ready to land.Sep 24 2020, 20:08
This revision was automatically updated to reflect the committed changes.