Hi,
I'm calling Prince from an ASP.Net page using the wrapper classes for using Prince from .Net programs.
It is working great from within the SSL-enabled production site. However, in the non SSL-enabled development environment, I receive a message like the following when Prince tries to load the required resources (style sheets, images, etc.).
http://sympreview.netmarcom.com/html/Datasheet/Layout1/styles/dataSheet.css: warning: couldn't connect to host
I saw something that Prince uses libcurl for http:// URLs, but I don't quite understand how that works or how it might be causing my problem.
I also tried simply accessing the resources using relative URLs, but it seems that Prince insists on pre-pending the host name (i.e. http://sympreview.netmarcom.com).
Any thoughts or suggestions would be appreciated.
I'm calling Prince from an ASP.Net page using the wrapper classes for using Prince from .Net programs.
It is working great from within the SSL-enabled production site. However, in the non SSL-enabled development environment, I receive a message like the following when Prince tries to load the required resources (style sheets, images, etc.).
http://sympreview.netmarcom.com/html/Datasheet/Layout1/styles/dataSheet.css: warning: couldn't connect to host
I saw something that Prince uses libcurl for http:// URLs, but I don't quite understand how that works or how it might be causing my problem.
I also tried simply accessing the resources using relative URLs, but it seems that Prince insists on pre-pending the host name (i.e. http://sympreview.netmarcom.com).
Any thoughts or suggestions would be appreciated.