Proxy pac file about

This widget could not be displayed.

Proxy pac file about

Anonymous
Not applicable

Hello Support,

We are use proxy device and proxy pack file. 
Autocad not working when checked pack file. but when uncheck autocad is work. 

Can you help us?

 

Pack File Detail:

 

function FindProxyForURL(url, host)
{
// Define proxy server
var proxyserver = "PROXY 192.16x.x.x:8080";
// Make host lowercase
var lhost = host.toLowerCase();
host = lhost;
var lurl = url.toLowerCase();
url = lurl;
//SUB-FQDNs of ExpressRoutable wildcards which need to be explicitly sent to the proxy at the top of the PAC because they arent ER routable
if ((shExpMatch(host, "*.click.email.microsoftonline.com"))
|| (shExpMatch(host, "*.portal.microsoftonline.com")))
{
return "DIRECT";
}
//EXPRESS ROUTE DIRECT
else if ((isPlainHostName(host))
|| (shExpMatch(host, "*.asm.skype.com"))
|| (isPlainHostName(host)))

{
return "DIRECT";
}
// If Azure public peering is available the following can be added to the Expressroute section above and sent direct via ER. If not these can be sent via the internet i.e delete them from the PAC file.

//*.adhybridhealth.azure.com

//Catchall for all other traffic to proxy
else
{
return "DIRECT";
}
}

 

Best Regards

0 Likes
Reply
4,615 Views
5 Replies
Replies (5)

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

 

 

From my understanding, this type of proxy is not supported.  Please see this AKN Article .

To verify though, if the user bypasses proxy servers they can validate their license correct?

If they pass through proxy server they still have no issues?

So it is just the PAC file that is causing the issue? Is there a way in AD/GPO to apply a different condition just for your AutoCAD users (allow them manual configuration of proxy settings)?

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

I am coming back to your thread to see if the issue or question you posed has been resolved.   Please let me know if the suggestions I provided have provided  a workaround or offered insight as to why the connections cannot be completed.

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes

Anonymous
Not applicable

Hello,

 

Unfortunately, We did not find a solution to this issue. We are looking for solutions.

 

We use the 2016 LT version. Do you have the same problem in 2017 and 2018 versions?

 

Best Regards,

0 Likes

pendean
Community Legend
Community Legend

@Anonymous wrote:

We use the 2016 LT version. Do you have the same problem in 2017 and 2018 versions?

 


 

Download the free trial of LT2019 (the current version) and find out for yourself with your own files on your own computers https://www.autodesk.com/products/autocad-lt/free-trial

 

 

 

 

0 Likes

john.vellek
Alumni
Alumni

HI @Anonymous,

 

As I indicated previously, to the best of my knowledge, AutoCAD will not work through this kind of proxy configuration. 

 

The typical proxy settings can be found in this article

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes