RobinMeis / Siri-API

Siri-API is a tool which opens Apples Siri for your own wishes WITHOUT the requirement of a Jailbreak. You can predefine keywords which execute your own python code when they are found in a request.
use Python 3ws of Apples Siri. It should woww.blog.smartnoob.de
87 stars 23 forks source link

https resquest #25

Closed todely closed 9 years ago

todely commented 9 years ago

Hello,

All is working excep when i use Siri to send search request to google, siri api didn't catch search request. It seems https request don't work for me (ios 7) ?

When i launch squid with: sudo /usr/local/squid/sbin/squid i get : 2015/03/05 09:42:14| SECURITY NOTICE: auto-converting deprecated "ssl_bump allow " to "ssl_bump client-first " which is usually inferior to the newer server-first bumping mode. Update your ssl_bump rules. 2015/03/05 09:42:14| WARNING: auto-converting deprecated "ssl_bump deny " to "ssl_bump none ". Update your ssl_bump rules.

thanks for you help and for your work !

todely commented 9 years ago

finally restart from 0 and now it works