I got a system that works on https and i got client to operator chat system 
which works via nodejs.
It worked on other server on http but after i switched it to https, it 
didn't work.

I get this error on http:

SecurityError: The operation is insecure.

...,c=l.length;c--;)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f));if(i){if(o||e){if(o){for(l=[],...

jquery.min.js (satır 2)

TypeError: this.websocket is undefined

this.websocket.close();

After that i switched http to https like this:
io.connect("http://path:3000";) den io.connect("https://path:3000";)

i didn't get any error but i couldn't get any connection too.



14 Şubat 2013 Perşembe 14:02:04 UTC+2 tarihinde Harald Hanche-Olsen yazdı:
>
> [Burak G�rb�z <[email protected] <javascript:>> (2013-02-14 10:47:26 
> UTC)] 
>
> > The chat app which i wrote works on http but it doesn't work on https. 
> > What should i do to make it works on https? 
>
> You could begin by telling how you tried to set it up, what you 
> expected to happen, and what did happen instead. 
>
> - Harald 
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to