question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature request: option to send certificate for NGINX ssl client verification

See original GitHub issue

I 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:open
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
MoonCactuscommented, Jan 13, 2021

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!

1reaction
MoonCactuscommented, Jan 11, 2021

Thanks, yes! curl 'https://push.mydomin.com/message?token=my_token" -F "title=from_pc" -F "message=msg from $(hostname)" -F "priority=9"

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found