This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Upstream from nginx and microsoft tls app
Post Body
I currently have a microsoft application running on tls 1.2 (using a .p12 file if it helps).
I'm configuring an upstream connection, something like this:
upstream example.server.com {
server example.server.com:5003;
}
server{
listen 11600 ssl;
proxy_pass example.server.com;
proxy_ssl_certificate /etc/nginx/ssl/ServerCertificateAndIntermediateCert.crt;
proxy_ssl_certificate_key /etc/nginx/ssl/wdtvs.key;
proxy_ssl_session_reuse on;
I've been unable to make this work. And cannot connect to the microsoft application from the proxy. Am reading the nginx documentation on upstream configurations. But maybe I'm not understanding something basic. Any help is appreciated.
Author
Account Strength
100%
Account Age
12 years
Verified Email
Yes
Verified Flair
No
Total Karma
34,362
Link Karma
3,056
Comment Karma
31,193
Profile updated: 5 days ago
Posts updated: 1 year ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/nginx/comme...