by tyc >> Thu, 1 Dec 2005 2:42:43 GMT
I encountered a problem regarding SSL & Https protocol, I have a project that developed in Jade 6 and accessed based on Web browser. Now, installed a SSL certificate on web server and modified the jade INI file .
The INI file as following :
eg:
[WebOptions]
BTrack_URLSpecifications = https, site address, BTrack
URLSpecifications = https, site address, BTrack
i input the site address in browser, The first page can be accessed and and the URL display as "https://xxxxxx". It looks right. But when I input log ID and password and logon the system, the next page's URL will be display as "http://xxxxx". It means system does not work as https protocal and still http. I can not find answer in Jade help document. Anyone has such experience ? How to config the server and the INI file ? I will appreciate for any help !
Justin