mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[GH-ISSUE #77] can not check ssl on another port #31
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alsigit on GitHub (Aug 17, 2022).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/77
Hi,
I have a question, I am not able to detect SSL cert on some subdomain running on another port for example port 8888.
Since this subdomain onlycan accessed by custom port.
Any solution for this ?
Thank you.
@OwenMelbz commented on GitHub (Aug 17, 2022):
Hi,
The code base uses:
https://packagist.org/packages/spatie/ssl-certificate and https://packagist.org/packages/visualappeal/php-ssllabs-api
To provide SSL check support.
If neither of those packages support it, then unfortunately without community input to provide a PR then it doesn't sound like it is supported :(
If you're able to find a solution to this, by all means submit a PR!
I would like to point out that this is an example project showing how to use https://www.maelstrom-cms.com/ so will not be developing constant new features for it, however will be supported as-is right now.
Thanks :)