Hello,

Could you check more logs/traces to see if there's any exception? For
example, kylin log, tomcat log, odbc trace etc.

For ODBC tracing, please refer to
https://support.microsoft.com/en-us/kb/274551

Thanks,
Dong Li

2016-02-11 0:01 GMT+08:00 Johan Öhr <[email protected]>:

> Hi,
>
> I have activated https over tomcat:
>
>        <Connector port="8443"
> protocol="org.apache.coyote.http11.Http11Protocol"
>
>                    maxThreads="150" SSLEnabled="true" scheme="https"
> secure="false"
>
>                    keystoreFile="/root/.keystore" keystorePass=“mypassword"
>
>                    clientAuth="false" sslProtocol="TLS" />
>
>
> Kyling listens on 8443, it works fine to go there on my browser
>
>
> Works fine to log in using requests module in python
>
> r = requests.get('https://my-host:8443/kylin/api/user/authentication',
> auth=('ADMIN', ‘password'),verify=False)
>
> >>> r.json()
>
>
> But ODBC/JDBC wont work at all
>
> Ive seen created sessions on my firewall, but kylin does not log the
> attempt
>
> Using http over 7070 works fine!
>
>
> Have i missed something?
>
> Tested both 32 and 64-bit kylin driver
>
>
> //
>
> Johan Öhr
>
> *Spelsystem*
>
> AB SVENSKA SPEL
> 621 80 Visby
> Norra Hansegatan 17, Visby
> Växel: +4610-120 00 00
> https://svenskaspel.se
>
> PPlease consider the environment before printing this email
>

Reply via email to