-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to https #63
Convert to https #63
Conversation
LGTM! |
This reverts commit 55acab4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the https isn't working on the TEST environment. I think it'd be a good idea for this to be implemented by this story since the point of the HTTPS stuff is for deployment purposes.
I tested this by setting the app the launch in the Release configuration and changing the API url to the https one (https://test.zenpxl.com:25566)
I committed some changes to see if it would work automatically without manually putting the certificate on Portainer, but I got an error about no certificate being configured/installed.
- These changes on this branch have since been reverted, but are still in the committ history for reference
Closing due to stale PR and since it is a lower priority |
Fixes #54
Problem
We need the local FocusAPI to be able to deploy under https for a more secure connection. The FocusApp will need changes to accommodate an https connection to the API with a self-signed SSL certificate.
Definition of Done
Solution
Documentation
Changes and additions are located here
https://github.com/ChrispyPeaches/FocusFriends/wiki/Consuming-API-from-the-MAUI-Application
How was this tested?
Tested locally by myself and Chris. Deployed API under https and then launched FocusApp and communicated with API via the shop page.