HXTT Text(CSV)
https
Lucy
2007-07-02 11:23:46.0
Hi,

When I try to use the https url https://192.168.1.185:443, I get the follwowing
exception, is there anything I need to do to use https url?

Thanks!
java.sql.SQLException: java.io.IOException: HTTPS hostname wrong: should be <192.168.1.185>
at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:490)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:415)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
at com.hxtt.concurrent.i.l(Unknown Source)
at com.hxtt.concurrent.i.a(Unknown Source)
at com.hxtt.concurrent.t.do(Unknown Source)
Re:https
HXTT Support
2007-07-02 17:39:39.0
>java.sql.SQLException: java.io.IOException: HTTPS hostname wrong: should be
> <192.168.1.185>
Maybe you can try omit the default SSL port.
jdbc:text:https://192.168.1.185/a.txt
Or
select * from "https://192.168.1.185/a.txt"


Google