Click here to Skip to main content
15,897,273 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
QuestionGeneral Query about source code uploads to Codeproject Pin
Garth J Lancaster16-Feb-17 16:54
professionalGarth J Lancaster16-Feb-17 16:54 
AnswerRe: General Query about source code uploads to Codeproject Pin
Chris Maunder16-Feb-17 17:07
cofounderChris Maunder16-Feb-17 17:07 
GeneralRe: General Query about source code uploads to Codeproject Pin
Garth J Lancaster16-Feb-17 17:17
professionalGarth J Lancaster16-Feb-17 17:17 
QuestionNot receiving response notification emails Pin
Daniel Vaughan16-Feb-17 10:45
Daniel Vaughan16-Feb-17 10:45 
AnswerRe: Not receiving response notification emails Pin
Pete O'Hanlon16-Feb-17 10:58
mvePete O'Hanlon16-Feb-17 10:58 
QuestionCodeproject wysiwyg editor - stoppped working Pin
Cinchoo16-Feb-17 2:09
Cinchoo16-Feb-17 2:09 
PraiseRe: Codeproject wysiwyg editor - stoppped working Pin
Richard Deeming16-Feb-17 2:18
mveRichard Deeming16-Feb-17 2:18 
AnswerRe: Codeproject wysiwyg editor - stoppped working Pin
Chris Maunder16-Feb-17 3:06
cofounderChris Maunder16-Feb-17 3:06 
GeneralRe: Codeproject wysiwyg editor - stoppped working Pin
Richard Deeming16-Feb-17 3:34
mveRichard Deeming16-Feb-17 3:34 
GeneralRe: Codeproject wysiwyg editor - stoppped working Pin
Cinchoo16-Feb-17 3:39
Cinchoo16-Feb-17 3:39 
QuestionHow could I get Newsletters and The Insider News in Dark Background? Pin
INDtanay15-Feb-17 9:12
INDtanay15-Feb-17 9:12 
AnswerRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Chris Maunder15-Feb-17 9:22
cofounderChris Maunder15-Feb-17 9:22 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
INDtanay15-Feb-17 9:31
INDtanay15-Feb-17 9:31 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Pete O'Hanlon16-Feb-17 5:10
mvePete O'Hanlon16-Feb-17 5:10 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
INDtanay16-Feb-17 14:57
INDtanay16-Feb-17 14:57 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Pete O'Hanlon16-Feb-17 21:15
mvePete O'Hanlon16-Feb-17 21:15 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
INDtanay16-Feb-17 22:12
INDtanay16-Feb-17 22:12 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Pete O'Hanlon16-Feb-17 22:51
mvePete O'Hanlon16-Feb-17 22:51 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
INDtanay17-Feb-17 0:45
INDtanay17-Feb-17 0:45 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Pete O'Hanlon17-Feb-17 1:00
mvePete O'Hanlon17-Feb-17 1:00 
GeneralRe: How could I get Newsletters and The Insider News in Dark Background? Pin
Nish Nishant21-Feb-17 2:30
sitebuilderNish Nishant21-Feb-17 2:30 
SuggestionNo access to codeproject.com from Nokia mobile Pin
-=at=-15-Feb-17 6:12
professional-=at=-15-Feb-17 6:12 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder15-Feb-17 9:22
cofounderChris Maunder15-Feb-17 9:22 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-15-Feb-17 20:25
professional-=at=-15-Feb-17 20:25 
Thanks Chris for your answer.

But I think there is no problem with https itself. I can freely open youtube.com over https and have no problems with it at all.

What also I have found using a small bash script is that youtube.com support next set of ciphers with TLS 1.0 (script output, filtered by YES):
Testing ECDHE-RSA-AES256-SHA...YES
Testing AES256-SHA...YES
Testing ECDHE-RSA-AES128-SHA...YES
Testing AES128-SHA...YES
Testing DES-CBC3-SHA...YES

and codeproject.com
Testing ECDHE-RSA-AES256-SHA...YES
Testing DHE-RSA-AES256-SHA...YES
Testing ECDHE-RSA-AES128-SHA...YES
Testing DHE-RSA-AES128-SHA...YES

Using website SSL Cipher Suites Supported By Your Browser[^] from my mobile I have found that connection was established using TLS 1.0 and ciphers
AES128-SHA (Opera Mobile)
AES256-SHA (Nokia Browser)
and both these ciphers are supported by youtube.com and unsupported on codeproject.com

So the question arises... Can support for these ciphers be added on codeproject.com? It seems like youtube (read: Google) has not banned these...
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder16-Feb-17 3:06
cofounderChris Maunder16-Feb-17 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredFixedSolved

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.