mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 19:28:40 +09:00
Remove support for TLS session caches in TLSServerSocket.
This resolves #738
This commit is contained in:
parent
1bb41a8652
commit
e2e197cada
10 changed files with 15 additions and 43 deletions
|
|
@ -480,7 +480,6 @@ SocketListener.prototype = {
|
|||
_setAdditionalSocketOptions: Task.async(function* () {
|
||||
if (this.encryption) {
|
||||
this._socket.serverCert = yield cert.local.getOrCreate();
|
||||
this._socket.setSessionCache(false);
|
||||
this._socket.setSessionTickets(false);
|
||||
let requestCert = Ci.nsITLSServerSocket.REQUEST_NEVER;
|
||||
this._socket.setRequestClientCertificate(requestCert);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue