-
websockets
- example - https://github.com/chimurai/http-proxy-middleware/blob/master/examples/websocket/index.js
- https://stackoverflow.com/questions/73662397/websockets-not-working-with-http-proxy-middleware
- https://serverfault.com/questions/351559/nginx-without-server-name-and-using-only-static-ip-address
- https://socket.io/docs/v4/client-options/#nodejs-specific-options
- https://socket.io/docs/v4/server-api/
- https://nodejs.org/dist/latest/docs/api/tls.html#tls_tls_createsecurecontext_options
- https://nodejs.org/dist/latest/docs/api/tls.html#tls_tls_connect_options_callback
- https://github.com/socketio/socket.io-protocol
- https://socket.io/docs/v4/namespaces/
- https://socket.io/docs/v4/using-multiple-nodes/
- https://nginx.org/en/docs/http/websocket.html
- https://socket.io/docs/v4/troubleshooting-connection-issues/
- https://socket.io/docs/v4/client-installation/
- https://socket.io/docs/v4/client-initialization/
- https://socket.io/docs/v4/client-installation/
- https://socket.io/docs/v4/reverse-proxy/#nodejs-http-proxy
- https://stackoverflow.com/questions/29043879/socket-io-with-nginx
- https://stackoverflow.com/questions/44571679/socket-io-on-specific-endpoint
- https://comodosslstore.com/blog/what-is-ssl-tls-client-authentication-how-does-it-work.html
- socketio/socket.io#4634
- https://github.com/chimurai/http-proxy-middleware/blob/master/examples/websocket/index.js
-
nginx
- https://nginx.org/en/docs/http/ngx_http_core_module.html#var_scheme
- https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/
- https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/
- https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_verify
- https://reinout.vanrees.org/weblog/2017/05/02/https-behind-proxy.html
- https://stackoverflow.com/questions/51858725/nginx-proxy-pass-to-https
- https://stackoverflow.com/questions/53321837/adding-an-ssl-port-443-to-an-nginx-reverse-proxy-server-port-80-nginx-conf
- https://blog.logrocket.com/how-to-run-a-node-js-server-with-nginx/
- https://stackoverflow.com/questions/67538722/nginx-return-301-https-server-namerequest-uri-too-many-redirects
- https://www.linode.com/community/questions/20676/doesnt-work-redirect-all-http-requests-to-https-with-nginx
- https://www.bjornjohansen.com/redirect-to-https-with-nginx
- https://stackoverflow.com/questions/71445810/nginx-wss-proxy-with-certbot
- https://stackoverflow.com/questions/12102110/nginx-to-reverse-proxy-websockets-and-enable-ssl-wss
- https://www.nginx.com/resources/glossary/reverse-proxy-server/
- https://cloudinfrastructureservices.co.uk/how-does-nginx-reverse-proxy-work/
- https://stackoverflow.com/questions/36629682/howto-debug-when-nginx-gives-502-bad-gateway
- https://komodor.com/learn/how-to-fix-ssl-certificate-problem-unable-to-get-local-issuer-certificate-git-error/
- https://stackoverflow.com/questions/58338266/curl-certificate-fail-in-docker-container
- https://www.linode.com/docs/guides/how-to-configure-nginx/
- https://www.linode.com/docs/guides/getting-started-with-nginx-part-4-tls-deployment-best-practices/#full-configuration-example
- https://developers.cloudflare.com/ssl/origin-configuration/origin-ca
- https://medium.com/@adrianhsu/node-js-nginx-https-cloudflare-server-setup-google-app-domain-8020eb0e4181
- not as efficient as nginx
- https://forum.nginx.org/read.php?11,279096 - download pre-bundled versions from nginx website instead of this
-
linode dns
- https://www.linode.com/docs/guides/dns-overview/
- https://www.linode.com/docs/products/networking/dns-manager/get-started/
- https://www.linode.com/docs/guides/how-to-install-nginx-ubuntu-18-04/
- https://www.linode.com/docs/guides/getting-started-with-nginx-part-3-enable-tls-for-https/
- https://www.linode.com/docs/guides/getting-started-with-nginx-part-4-tls-deployment-best-practices/#create-a-larger-diffie-hellman-prime
-
namecheap ssl
- https://www.namecheap.com/support/knowledgebase/article.aspx/794/67/how-do-i-activate-an-ssl-certificate/
- https://www.namecheap.com/support/knowledgebase/article.aspx/767/10/how-to-change-dns-for-a-domain/
- https://www.namecheap.com/support/knowledgebase/article.aspx/9419/33/installing-an-ssl-certificate-on-nginx/
- https://www.namecheap.com/support/knowledgebase/article.aspx/9637/14/how-can-i-complete-the-domain-control-validation-dcv-for-my-ssl-certificate/#cname
-
https
-
ssl vs 2fa - https://comodosslstore.com/blog/what-is-ssl-tls-client-authentication-how-does-it-work.html
-
remove certs from git repo
-
systemd service
- auto-restart - https://ma.ttias.be/auto-restart-crashed-service-systemd/
Last active
March 6, 2023 01:03
-
-
Save ltfschoen/1cddd012e49b226f8fb881cbded3ccb3 to your computer and use it in GitHub Desktop.
unsorted websockets nginx linode dns namecheap links
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment