buckneri / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
0 stars 1 forks source link

Please help to resolve security warning appearing in firefox #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When we open the page with https url, this is redirecting to http.

2. After login with youtube, upload the new video.I get the following message.
"Although this page is encrypted the information you have entered is to be sent 
over an unencrypted connection and could easily be read by a third party. 
Are you sure you want to continue sending this information."

With options "continue," or "cancel."

3. Refer the image attached [issue_encrypted.JPG].

What is the expected output? What do you see instead?
I want to disable this message if possible.how do you do it, and should I? 

What version of the product are you using? On what operating system?
My OS is Windows xp. Browsers are IE 7+ and FF 3.6+, Chrome, opera, safari.
but this issue is comes only FF 3.6+ versions.

Thanks
Sunil Gupta

Original issue reported on code.google.com by ytdirect...@gmail.com on 24 Feb 2012 at 3:37

Attachments:

GoogleCodeExporter commented 8 years ago
I believe that if you change the UPLOAD_TOKEN_URL constant string in

  http://code.google.com/p/youtube-direct/source/browse/trunk/ytd/src/com/google/ytd/youtube/YouTubeApiHelper.java#72

to the value "https://gdata.youtube.com/action/GetUploadToken" (i.e. switch it 
to HTTPS) then the URL returned by the API for submitting the video upload will 
also use HTTPS. Please let us know if that doesn't fix it for you.

Moving forward, we should switch to using HTTPS for all our URLs.

Original comment by api.je...@gmail.com on 28 Feb 2012 at 9:44