Click here to Skip to main content
15,887,683 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

 
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 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder16-Feb-17 3:06
cofounderChris Maunder16-Feb-17 3:06 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-16-Feb-17 3:36
professional-=at=-16-Feb-17 3:36 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder19-Feb-17 5:15
cofounderChris Maunder19-Feb-17 5:15 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-19-Feb-17 11:48
professional-=at=-19-Feb-17 11:48 
Hi, Chris.

I've tried again to access codeproject.com from my mobile. Nothing has changed...

I have checked available ciphers list using the mentioned script (on Slackware64 14.2, OpenSSL 1.0.2k). It seems (at first sight) that nothing has changed. Again I see support only for four ciphers when using TLS 1.0. And those again are
ECDHE-RSA-AES256-SHA
DHE-RSA-AES256-SHA
ECDHE-RSA-AES128-SHA
DHE-RSA-AES128-SHA
in comparison with m.youtube.com (ciphers in which I'm interested are highlighted)
ECDHE-RSA-AES256-SHA
AES256-SHA
ECDHE-RSA-AES128-SHA
AES128-SHA
DES-CBC3-SHA

Below you can see the script' output for codeproject.com, m.youtube.com and youtube.com servers both with protocol auto selection and TLS 1.0 selected manually. Only ciphers available on web server are logged. I've highlighted ciphers in which I'm interested...
Checking server codeproject.com:443...
With options: NONE

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers enabled on server:
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA384
ECDHE-RSA-AES256-SHA
DHE-RSA-AES256-GCM-SHA384
DHE-RSA-AES256-SHA256
DHE-RSA-AES256-SHA
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA256
ECDHE-RSA-AES128-SHA
DHE-RSA-AES128-GCM-SHA256
DHE-RSA-AES128-SHA256
DHE-RSA-AES128-SHA


Checking server codeproject.com:443...
With options: -tls1

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers enabled on server:
ECDHE-RSA-AES256-SHA
DHE-RSA-AES256-SHA
ECDHE-RSA-AES128-SHA
DHE-RSA-AES128-SHA


Checking server m.youtube.com:443...
With options: NONE

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers enabled on server:
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA
AES256-GCM-SHA384
AES256-SHA
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA
AES128-GCM-SHA256
AES128-SHA
DES-CBC3-SHA


Checking server m.youtube.com:443...
With options: -tls1

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers enabled on server:
ECDHE-RSA-AES256-SHA
AES256-SHA
ECDHE-RSA-AES128-SHA
AES128-SHA
DES-CBC3-SHA


Checking server youtube.com:443...
With options: NONE

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers available on server:
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA
AES256-GCM-SHA384
AES256-SHA
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA
AES128-GCM-SHA256
AES128-SHA
DES-CBC3-SHA


Checking server youtube.com:443...
With options: -tls1

Obtaining cipher list from OpenSSL 1.0.2k 26 Jan 2017.
Ciphers available on server:
ECDHE-RSA-AES256-SHA
AES256-SHA
ECDHE-RSA-AES128-SHA
AES128-SHA
DES-CBC3-SHA

GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder19-Feb-17 11:58
cofounderChris Maunder19-Feb-17 11:58 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-19-Feb-17 13:04
professional-=at=-19-Feb-17 13:04 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-8-Mar-17 6:32
professional-=at=-8-Mar-17 6:32 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder27-Mar-17 13:35
cofounderChris Maunder27-Mar-17 13:35 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
-=at=-9-Apr-17 3:05
professional-=at=-9-Apr-17 3:05 
GeneralRe: No access to codeproject.com from Nokia mobile Pin
Chris Maunder9-Apr-17 4:52
cofounderChris Maunder9-Apr-17 4:52 
SuggestionCode Project does not send an email to the author when a new comment is added to an article Pin
Uzi Granot15-Feb-17 3:06
Uzi Granot15-Feb-17 3:06 
GeneralRe: Code Project does not send an email to the author when a new comment is added to an article Pin
Richard Deeming15-Feb-17 3:10
mveRichard Deeming15-Feb-17 3:10 
GeneralRe: Code Project does not send an email to the author when a new comment is added to an article Pin
Uzi Granot15-Feb-17 3:31
Uzi Granot15-Feb-17 3:31 
BugProfile blogs/articles/tips links broken Pin
Richard Deeming15-Feb-17 2:49
mveRichard Deeming15-Feb-17 2:49 
GeneralRe: Profile blogs/articles/tips links broken Pin
Richard MacCutchan15-Feb-17 2:54
mveRichard MacCutchan15-Feb-17 2:54 
GeneralRe: Profile blogs/articles/tips links broken Pin
Richard Deeming15-Feb-17 3:03
mveRichard Deeming15-Feb-17 3:03 
SuggestionContact us! Pin
aboubkr9015-Feb-17 2:49
professionalaboubkr9015-Feb-17 2:49 
GeneralRe: Contact us! Pin
Richard Deeming15-Feb-17 3:08
mveRichard Deeming15-Feb-17 3:08 
GeneralRe: Contact us! Pin
aboubkr9015-Feb-17 4:34
professionalaboubkr9015-Feb-17 4:34 
SuggestionHow do I remove locked messages from profile page? Pin
Ștefan-Mihai MOGA15-Feb-17 1:19
professionalȘtefan-Mihai MOGA15-Feb-17 1:19 
GeneralRe: How do I remove locked messages from profile page? Pin
Sean Ewington15-Feb-17 4:46
staffSean Ewington15-Feb-17 4:46 

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

Flags: FixedCompleted

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