Fix TLS cert path for buywhere.ai apex domain [BUY-12781]#50
Open
BuyWhere wants to merge 7 commits into
Open
Conversation
fix(mcp): restore direct tool dispatch and product lookups
- Add GET /.well-known/api-catalog route to wellknown.ts/dist — returns catalog manifest for UptimeRobot monitor - Add GET /health/redis route to server.ts/dist — checks Redis connectivity and returns status - Both endpoints were previously 404, causing UptimeRobot false positive DOWN alerts Co-Authored-By: Paperclip <noreply@paperclip.ing>
Cart (Agent Success Lead) Co-Authored-By: Paperclip <noreply@paperclip.ing>
…xpress API on port 3000 Nginx update: add upstream express_api (port 3000) and location blocks for the two UptimeRobot monitor endpoints. Routes from Express API (deployed separately) are now reachable via api.buywhere.ai. Co-Authored-By: Paperclip <noreply@paperclip.ing>
…t 8000 Repoint api.buywhere.ai to the verified Cloud Run runtime (buywhere-api-3cjo6zft4q-as.a.run.app) which has the correct auth store wiring. The old VM-local Express app on port 8000 returns release:"dev" and does not authenticate against the current buywhere-db-url. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Correct ssl_certificate paths in deploy/nginx/buywhere.ai.conf to use buywhere.ai/fullchain.pem instead of api.buywhere.ai/fullchain.pem. BUY-12781: buywhere.ai was serving api.buywhere.ai certificate. Co-Authored-By: Paperclip <noreply@paperclip.ing>
334809d to
c7d0e11
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BUY-12781: Fix TLS cert path for buywhere.ai apex domain
Correct ssl_certificate paths in deploy/nginx/buywhere.ai.conf to use buywhere.ai/fullchain.pem instead of api.buywhere.ai/fullchain.pem.
Problem: buywhere.ai was serving the api.buywhere.ai TLS certificate.
Fix: Point 443 vhost to the correct apex cert.
Acceptance: curl https://buywhere.ai/ returns 200 without -k flag.