Posted 09 June 2015 - 08:00 AM
I'm using ComputerCraft 1.73 and making a secure http POST to my local web server like this:
http.post("https://localhost"…
and my server (which, for the record, works fine serving HTTP and HTTPS requests to browsers without any trouble) shows this error when the CC POST arrives:
code 336151574: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown,
code 336150757: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure
Admittedly this is almost certainly a server-side error but I thought I'd ask in case someone here had seen it. I've read here that CC is used with HTTPS without problems to other servers so I'm hoping someone might have some info. I assumed that CC would be using credentials provided by Java which would then be using my browser credentials and therefore the CC HTTPS request wouldn't look any different than a browser request; evidently that is not the case.
Anyway, if it's not too off-topic for the pros then even your random guesses would be appreciated!
http.post("https://localhost"…
and my server (which, for the record, works fine serving HTTP and HTTPS requests to browsers without any trouble) shows this error when the CC POST arrives:
code 336151574: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown,
code 336150757: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure
Admittedly this is almost certainly a server-side error but I thought I'd ask in case someone here had seen it. I've read here that CC is used with HTTPS without problems to other servers so I'm hoping someone might have some info. I assumed that CC would be using credentials provided by Java which would then be using my browser credentials and therefore the CC HTTPS request wouldn't look any different than a browser request; evidently that is not the case.
Anyway, if it's not too off-topic for the pros then even your random guesses would be appreciated!