You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that many devices on the network have their own self signed SSL certificates and
I cannot use NPM to proxy to these hosts without gathering and uploading each device's certificates to NPM.
Because NPM performs the SSL termination.
The solution I would like is a toggle switch on the add new proxy host window that would pass the devices self-signed cert.
Eliminating the need to upload each certficate.
The text was updated successfully, but these errors were encountered:
Just checking on the underlying problem, are you saying that NPM cannot proxy for a self-signed cert host in the destination section of edit proxy host? as I'm doing that without the need to trust that cert in NPM. Or are you saying you have to see the self-signed cert in a client through NPM rather than the lets encrypt cert?
SSL pass-through toggle switch for proxy hosts.
The problem is that many devices on the network have their own self signed SSL certificates and
I cannot use NPM to proxy to these hosts without gathering and uploading each device's certificates to NPM.
Because NPM performs the SSL termination.
The solution I would like is a toggle switch on the add new proxy host window that would pass the devices self-signed cert.
Eliminating the need to upload each certficate.
The text was updated successfully, but these errors were encountered: