feature request: option to send certificate for NGINX ssl client verification
See original GitHub issueI am using Gotify in combination with NGINX (based on the example configuration script). I would like to use the NGINX ssl client verification option (syntax: ssl_client_certificate file; ssl_verify_client on
), which would require the Gotify app to send a pre-configured client certificate. Could this feature be added, or is there another/better way to do this?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Using Client-Certificate based authentication with NGINX on ...
Setting up client-certificate based authentication is easy, although it can seem intimidating at first. This how-to assumes that you are ...
Read more >Securing HTTP Traffic to Upstream Servers | NGINX Plus
NGINX will identify itself to the upstream servers by using an SSL client certificate. This client certificate must be signed by a trusted...
Read more >Configuring Nginx with client certificate authentication (mTLS)
In this post we will walk through how to configure Nginx to support mutual TLS to authenticate a client request in 3 steps:...
Read more >Nginx proxy to back-end with SSL client certificate authentication
Looking at the directives in the proxy module of nginx, it seems it is not possible to make a nginx server to use...
Read more >How to integrate your own SSL certificate in Nginx or Apache
First, you will need to create a private key and a certificate signing request (CSR) for a domain name or hostname on your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
PEBCAC? Today I deleted all my users all the app tokens, then created them again from scratch – and it worked immediately.
I also was not able to reproduce the problem! Just in case you wanted to know or it happended again: I was properly logged with the same user on the desktop and on the smartphone. When I posted a notification with curl, I was notified on the desktop, but never on the smartphone. I checked that the websockets were established on the server, and the log in the smartphone app showed no error either. It may be that I deleted/re-created the tokens more than once.
Note that this probably does not close the original FR though – I was offtopic, sorry again for that!
Thanks, yes!
curl 'https://push.mydomin.com/message?token=my_token" -F "title=from_pc" -F "message=msg from $(hostname)" -F "priority=9"