SiriServerCore icon indicating copy to clipboard operation
SiriServerCore copied to clipboard

Cant get connection

Open ghost opened this issue 11 years ago • 7 comments

HI when I start my Server and enter the IP into Acid Siri iOS 6 I cant get connection! Like on my PC there is Server is running and listening for Cennctions but if I ask Siri something it tells me this error that i should ask her another time... PLz help or tell me what I have done wrong! Thx

ghost avatar Nov 15 '12 17:11 ghost

Have you forwarded the port from siri server on your router?

This website will help you do that http://portforward.com/

Also, have you generated the ca.pem file correctly and installed it on your iphone?

macuseri686 avatar Nov 29 '12 14:11 macuseri686

I forwarded my port and I correctly generated the cert and installed it. I am working on a ubuntu server...

ghost avatar Dec 22 '12 14:12 ghost

Did you generate the certificat for the ip or the router or the local ip address?

janrueth avatar Dec 22 '12 18:12 janrueth

You said ios 6 right? I believe on the main read me page there is a note about this issue. You have to turn off ssl.

Sent from my iPhone

On Dec 22, 2012, at 12:54 PM, Jan [email protected] wrote:

Did you generate the certificat for the ip or the router or the local ip address?

— Reply to this email directly or view it on GitHub.

macuseri686 avatar Dec 22 '12 21:12 macuseri686

@Eichhoernchen I generated the cert for the external ip. like 190.178......! @macuseri686 i turned it off with --noSSL but its the same issue... (should i enter http or https in ac!d when i turn ssl of?)

ghost avatar Dec 23 '12 10:12 ghost

You should not turn of SSL, but the internal authentication mechanism, see the main page for info how to do it, there is also a cydia packet.

http for no ssl https for ssl

with both http and https you can specify a different port via :port only the protocol name will decide whether it uses ssl or not

but I would suggest having SSL as it encrypts your connection

janrueth avatar Dec 23 '12 10:12 janrueth

I have already typed this in my plist... When I try to run this test openssl server it gives me only this output: Using default temp DH parameters Using default temp ECDH parameters
ACCEPT

ghost avatar Dec 23 '12 10:12 ghost