PDA

View Full Version : Https in webserver


aboni
03-16-2005, 11:29 AM
How can I setup up a webserver to work under a https connection using Laszlo.

My software:
IIS 6.0 (where webservice is running under SSL)
Tomcat 5.028 (where LPS-core 3.0b1 is running)
Obs.: I access tomcat from IIS and it is working very well.

Everything is work fine but when i try connect(with soap) to my server (e.g. ... service="https://myservice.com/service.asmx?WSDL") i get a error:
"data source error for soap://soap: unsupported WSDL protocol: https://..."

Thanks for any help!

Andrew

aboni
03-21-2005, 06:52 AM
I put all application under https!