Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-05-17 09:32:30
Point:500 Replies:12 POST_ID:828556USER_ID:11059
Topic:
PHP Scripting Language;;Apache Web Server
I am studying using SSL on my website with my PC localhost server.
Before I consider to buy a trusted Certification SSL from thrid party , I
would like to do self-sign SSL certification test before wasting my money and
purchase the trusted Cert.
I install XAMPP 1.7.7 on my window-xp comptuer. And it is no problem at
all and my xampp status menu page also show php, HTTPS, mysql database are
all activiated. So it is fine. So I am going to get a self-sign SSL certification from
the following example links,
http://www.opencodez.com/apache/ssl-certificate-and-install-in-xampp.htm
http://www.devx.com/opensource/Article/20085/1763/page/2
http://www-uxsup.csx.cam.ac.uk/~jw35/docs/doing_ssl.html
http://www.mnxsolutions.com/apache/removing-a-passphrase-from-an-ssl-key.html
I'm working around those example link , all command is working but
not working when typing https://localhost in my browsers.
I set all related comman name and host to localhost. And it seems
the issue is at pass phrase but I tried to removing the pass phrase or
set the pass phrase into file and called it in httpd-ssl-conf. But all is
not working.
So version 1.7.7 of xampp, it should be more easier to enable https with
SSL certification usage, but it is not true. Spenting a lot time.
When I type https://localhost, all broswers(chrome, IE, firefox) give me
the security warning, " the website shown the security cert is NOT from the
trusted cert unit issue and suggest to close the web page and Don't
continue to browser the site OR continue going to website.
Please advise for solving the pass phraseing issue in SSL
When I type normal http://localhost without https that is normal working
When I type http://localhost:443/ that is also okay working but always NOT
working on https://localhost
LoadModule ssl_module modules/mod_ssl.so is included in my httpd.conf
OPENSSL_CONF="c:/xampp/apache/bin/openssl.cnf" is set
Any comment after you review my attached three configure files for the problem
Thanks
Duncan
Before I consider to buy a trusted Certification SSL from thrid party , I
would like to do self-sign SSL certification test before wasting my money and
purchase the trusted Cert.
I install XAMPP 1.7.7 on my window-xp comptuer. And it is no problem at
all and my xampp status menu page also show php, HTTPS, mysql database are
all activiated. So it is fine. So I am going to get a self-sign SSL certification from
the following example links,
http://www.opencodez.com/apache/ssl-certificate-and-install-in-xampp.htm
http://www.devx.com/opensource/Article/20085/1763/page/2
http://www-uxsup.csx.cam.ac.uk/~jw35/docs/doing_ssl.html
http://www.mnxsolutions.com/apache/removing-a-passphrase-from-an-ssl-key.html
I'm working around those example link , all command is working but
not working when typing https://localhost in my browsers.
I set all related comman name and host to localhost. And it seems
the issue is at pass phrase but I tried to removing the pass phrase or
set the pass phrase into file and called it in httpd-ssl-conf. But all is
not working.
So version 1.7.7 of xampp, it should be more easier to enable https with
SSL certification usage, but it is not true. Spenting a lot time.
When I type https://localhost, all broswers(chrome, IE, firefox) give me
the security warning, " the website shown the security cert is NOT from the
trusted cert unit issue and suggest to close the web page and Don't
continue to browser the site OR continue going to website.
Please advise for solving the pass phraseing issue in SSL
When I type normal http://localhost without https that is normal working
When I type http://localhost:443/ that is also okay working but always NOT
working on https://localhost
LoadModule ssl_module modules/mod_ssl.so is included in my httpd.conf
OPENSSL_CONF="c:/xampp/apache/bin/openssl.cnf" is set
Any comment after you review my attached three configure files for the problem
Thanks
Duncan
Attachment:php.inihttpd.conf.txthttpd-ssl.conf.txt
Author: duncanb7 replied at 2024-05-20 03:20:44
Done Thanks
Just go to broswer to import CA from my crt file
Duncan
Just go to broswer to import CA from my crt file
Duncan
Accepted Solution
Expert: arnold replied at 2024-05-17 20:51:42
167 points GOOD
This is because you have a self-signed certificate. Depending on the browser you use, you can add the CA to the trusted certificate store and you will no longer get this warning.
When you purchase a certificate, this will likely not be an issue.
When you purchase a certificate, this will likely not be an issue.
Author: duncanb7 replied at 2024-05-17 20:49:24
MY warning is similar to the link at http://www.sslshopper.com/ssl-certificate-not-trusted-error.html
Author: duncanb7 replied at 2024-05-17 20:41:40
Yes, get the similar warning "the CA that signed the certificate you are currently using is not trusted" My browsering https://localhost is blocked and IE give me the warning
And I go to check c:xammpapachelogsaccess.log, there is no any information
about my browsering https//localthost
The issuse may be related to Broswer's firewall with my self-sign Cert CA SSL
The browser firewall block my attemp since the CA is not trusted, Is that right, how to fix it ?
And I go to check c:xammpapachelogsaccess.log, there is no any information
about my browsering https//localthost
The issuse may be related to Broswer's firewall with my self-sign Cert CA SSL
The browser firewall block my attemp since the CA is not trusted, Is that right, how to fix it ?
Expert: arnold replied at 2024-05-17 20:35:01
What is not working, you get the alert that the CA that signed the certificate you are currently using is not trusted. Are you then trying to access https://localhost?
What log entries do you see from the attempts.
What log entries do you see from the attempts.
Author: duncanb7 replied at 2024-05-17 20:24:35
I try servername localhost intead of servername localhost:443 that
is same as before, warning is same
is same as before, warning is same
Expert: arnold replied at 2024-05-17 20:07:25
https defaults to trying port 443.
Your configuration servername localhost:443 might be the issue
get baretail, or windows 2003 Support tools where tail command is availalbe.
http://www.baremetalsoft.com/baretail/
then attach to the access_log or error_log file from apache and then try to access https://localhost and see what is recorded in the log.
Your configuration servername localhost:443 might be the issue
get baretail, or windows 2003 Support tools where tail command is availalbe.
http://www.baremetalsoft.com/baretail/
then attach to the access_log or error_log file from apache and then try to access https://localhost and see what is recorded in the log.
Author: duncanb7 replied at 2024-05-17 19:55:00
try https://127.0.0.1/The warning is same
Why remove 443, 443 is for https port, RIght ?
Why remove 443, 443 is for https port, RIght ?
Expert: senseifedon replied at 2024-05-17 13:55:06
Why don't you try https://127.0.01
Assisted Solution
Expert: arnold replied at 2024-05-17 10:35:57
166 points GOOD
In httpd-ssl.conf remove/comment out the ServerName localhost:443 entry.
Author: duncanb7 replied at 2024-05-17 10:24:09
Yes, I know, HTTPS is activating and 443 port is for SSL but it is not working for typing https://localhost
Could you review my configure files again ?
Could you review my configure files again ?
Assisted Solution
Expert: arnold replied at 2024-05-17 09:58:33
167 points GOOD
https://localhost and https://localhost:443 are one and the same. Not sure why it is not working for you or what is not working for you.