-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can't set to HTTPS or use NPM #952
-
When setting it to HTTPS I just get, error SSL record to long. Even when routed through nginx proxy manager. What is the solution? This doesn't happen on anything else I host
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 7 comments
-
Can you provide more details?
Beta Was this translation helpful? Give feedback.
All reactions
-
From GitHub support/status: "In progress - Scheduled maintenance is currently in progress. We will provide updates as necessary." 🙃
(I converted this to a discussion, GitHub did so, redirected me to a 404, then apparently backed out the conversion automatically, which is good, but frustrating! I guess I'll try again later.)
Beta Was this translation helpful? Give feedback.
All reactions
-
How do I set this to allow SSL? If I just change the site URL in settings to https then I receive the SSL record too long error. If I install Easy SSL then I still get the same thing and I have to spin up a new container everytime to get back in and try again
Beta Was this translation helpful? Give feedback.
All reactions
-
I would recommend doing TLS/SSL in a reverse proxy instead of trying to reconfigure this image to do so directly (but otherwise reconfiguring Apache2 for TLS is out of scope for this project).
Beta Was this translation helpful? Give feedback.
All reactions
-
I have been trying with NGINX proxy manager. I set an SSL certificate but whenever trying to access the website it spits out that error.
Beta Was this translation helpful? Give feedback.
All reactions
-
It works fine on all my other services. it is exclusively wordpress that gives out this error.
Beta Was this translation helpful? Give feedback.
All reactions
-
What are the exact steps to make this work?
Beta Was this translation helpful? Give feedback.