davla
09/14/2022, 12:04 PM"ssl":{
"host":"api.domain.app.test",
"port":"8080",
"enable":true,
"sslcert":"/etc/apache2/ssl/domain.app.test.crt",
"sslkey":"/etc/apache2/ssl/domain.app.test.key",
"sslkeypass":""
}
The domain.app.test cert is config’d to accept *.domain.app.test and domain.app.test. It was working before the Commandbox upgrade (I was previously on 5.4.2), now on 5.6.1Rodney
09/14/2022, 12:21 PMhost
, since it's a wildcard cert, or the sslkeypass
.davla
09/14/2022, 12:23 PMbdw429s
09/14/2022, 2:10 PMbdw429s
09/14/2022, 2:10 PM--trace
start?bdw429s
09/14/2022, 2:11 PMdavla
09/14/2022, 2:11 PMdavla
09/14/2022, 4:22 PM{
"force": true,
"trace": true,
"console": true,
"web": {
"host": "myapi.test",
"http": {
"host": "localhost",
"port": "60025",
"enable": true
},
"ssl": {
"host": "myapi.test",
"port": "8080",
"enable": true,
"sslcert": "/Users/support/Documents/SSL/myapi.test.crt",
"sslkey": "/Users/support/Documents/SSL/myapi.test.key",
"sslkeypass": ""
},
"rewrites": {
"enable": true,
"config": "WEB-INF/urlrewrite.xml"
},
"webroot": ""
},
"app": {
"cfengine": "lucee@5.3.9.141"
},
"name": "myapi"
}
server start
results in the SSL cert error in the browser and it is still loading the Ortus localhost SSL. From the logging in the console I think this line points to a possible problem:
[TRACE] io.undertow.request: Opened connection with /127.0.0.1:51370
[TRACE] io.undertow.request: Opened HTTP/2 connection with /127.0.0.1:51370
[DEBUG] io.undertow.request: UT005013: An IOException occurred
javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown
When I upgraded commandbox (via homebrew: brew commandbox upgrade) should I have also upgraded anything else? Java for example? Should I go back to box 5.4.2?bdw429s
09/14/2022, 4:24 PMbdw429s
09/14/2022, 4:24 PMbdw429s
09/14/2022, 4:24 PMdavla
09/14/2022, 4:25 PMbdw429s
09/14/2022, 4:26 PMweb.ssl.certFile
• web.ssl.keyFile
?bdw429s
09/14/2022, 4:26 PMserver.json
you used on the previous version?bdw429s
09/14/2022, 4:27 PMI’ll put the console log in a file and DM it to?That is what I asked originally 😉 https://cfml.slack.com/archives/C06TSRXCJ/p1663164637943929?thread_ts=1663157074.042199&cid=C06TSRXCJ
bdw429s
09/14/2022, 4:28 PMdavla
09/14/2022, 4:28 PMbdw429s
09/14/2022, 4:29 PMbdw429s
09/14/2022, 4:29 PMdavla
09/14/2022, 4:29 PMbdw429s
09/14/2022, 4:30 PMdavla
09/14/2022, 4:33 PMbdw429s
09/14/2022, 4:34 PMdavla
09/14/2022, 4:36 PMdavla
09/14/2022, 4:37 PM