-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[NoMongo] Self Signed SSL Certificates Causing Issues with Caddy #2869
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
Comments
@xoldd This may be something to investigate |
In |
@xoldd but the issue is with |
Then you'll have to get rid of it I guess? Idk what else could be done. |
@vasujain275 have you found a solution for disabling HTTPS? |
@palisadoes please assign i will try to do it. If no one is assigned |
@PurnenduMIshra129th Right now you have 2 issues already, let me know if one issue is completed, and I can assign you. Our policy is to assign no more than two issues to each contributor across all repositories. This way everyone gets a chance to participate in the projects. We sometimes give exceptions for more urgent cases and sometimes we lose track, but the policy stands. You have reached your limit, please wait until your existing issues are closed before requesting more issues. You could unassign yourself from one of the other issues too. |
can i try this? |
@Cioppolo14 ok i understand |
@Cioppolo14 can i take this??please assign... |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Unassigning due to inactivity and/or no submitted PR. Others need to get a chance. Please let us know whether you want to be reassigned before someone else requests assignment or select another issue. |
assign me again please @Cioppolo14 |
@vasujain275 @xoldd |
@vasujain275 can you provide more info on how to reproduce this?? |
@IITI-tushar did you find any solution? |
@PurnenduMIshra129th are you able to reproduce it?? |
No i am not working on this issue . |
Is this still valid? |
Closing. |
Describe the bug
The development server is currently configured to use self-signed certificates for HTTPS in our Express GraphQL API. This is causing issues when hosting on a cloud VPS with a reverse proxy (Caddy) configured. The development server should use HTTP only, leaving HTTPS to be handled by Caddy in the production environment.
This issue is blocking progress on hosting the API on the cloud VPS (related to issue #1428).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The talawa api should be acceed by http only in the local envirment which can be converted to https using caddy in production.
Actual behavior
The self-signed certificates from the development server conflict with the reverse proxy (Caddy) configuration, leading to errors when accessing the API via HTTPS on the cloud VPS.
Screenshots
Additional details
This issue is a blocker for issue #1428. Resolving this would allow the development server to run on HTTP only, and Caddy to handle HTTPS in production, enabling smooth deployment to the cloud VPS.
The text was updated successfully, but these errors were encountered: