-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error about certificate #1
Comments
We cannot reproduce it, for now we have only tested and works on Lumia 735 and HTC 8X. |
First i'm using Windows with node v0.10.34 and npm v1.4.28. Then I've done this:
P.S. I'm using an italan country variant Lumia 820 I'm trying it on linux. |
Same error on linux |
I worked on the code and i noticed that in italian cortana request is different: there is no usersaid. { q: 'test', or: |
Now it works, I added rejectUnauthorized: false in var optpro = {...} (proxy.js). This prevents the HTTPS error. And i removed the usersaid != '' condition. |
Thanks! But we need to find another variable sent only by Cortana, because if you filter only "q", the actions will be made even with a normal Bing search. |
"usersaid" is also present in the Italian version (tested on HTC 8X and Lumia 735), are you sure you have updated to the latest Developer Preview? |
I've just made a few test and i noticed that usersaid is present only when you say something, if you write instead of speaking you don't send any usersaid parameter. This prevent cortana speaking when you write. |
Search from bing: Cortana without speaking: Cortana speaking: |
I've configured the dns and installed the certificate but when i open cortana and i ask something i get this error on the console:
[-] HTTPS Error: SELF_SIGNED_CERT_IN_CHAIN
And cortana after 1 minute says that she cannot receive the information.
The text was updated successfully, but these errors were encountered: