cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Configure Direct Manager Webserver to use https

thollerweger
7-Bedrock

Configure Direct Manager Webserver to use https

Hello,

does anyone know if it is possible to configure the Direct Manager Webserver to use https?

 

We already know how to configure the ModelManager webservices to do that. But we also use the old Direct Manager webserver for 2D drawings and conversion of them to other formats (PDF, DXF) for the purchasing process.

 

Regards, Thomas

1 ACCEPTED SOLUTION

Accepted Solutions

(old style) Web Server is basically a WorkManager Client.
In fact, you can start a WorkManager Client with certain options and it will operate as WebServer (with command line and tracing capabilities).
However, good old WorkManager is of course not able to deal with https.

The same is true for all the other executables having a HTTP interface - Database Server, File Server, License Server.
Only the Webservices can be configured to use https since they are based on Apache technology.

 

The only way to use https for the "classic products" is to add a "proxy" in front of the products that support http only.

 

There are documented scenarios how a add a reverse proxy for Windchill:
- Users within the intranet access Windchill via HTTP
- Users outside (in the WAN) access Windchill via HTTPS through a reverse proxy

View solution in original post

2 REPLIES 2

(old style) Web Server is basically a WorkManager Client.
In fact, you can start a WorkManager Client with certain options and it will operate as WebServer (with command line and tracing capabilities).
However, good old WorkManager is of course not able to deal with https.

The same is true for all the other executables having a HTTP interface - Database Server, File Server, License Server.
Only the Webservices can be configured to use https since they are based on Apache technology.

 

The only way to use https for the "classic products" is to add a "proxy" in front of the products that support http only.

 

There are documented scenarios how a add a reverse proxy for Windchill:
- Users within the intranet access Windchill via HTTP
- Users outside (in the WAN) access Windchill via HTTPS through a reverse proxy

Hi Max,

thanks for your reply and the plausible explanation.

 

Best regards!

Top Tags