Software / code / prosody
Comparison
core/certmanager.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Sat, 16 Oct 2010 23:00:42 +0500 |
| parent | 3402:dfc369314e53 |
| child | 3571:675d65036f31 |
comparison
equal
deleted
inserted
replaced
| 3539:8bbd965267b2 | 3540:bc139431830b |
|---|---|
| 67 end | 67 end |
| 68 log("error", "SSL/TLS: Failed to load %s: %s", file, reason); | 68 log("error", "SSL/TLS: Failed to load %s: %s", file, reason); |
| 69 else | 69 else |
| 70 log("error", "SSL/TLS: Error initialising for host %s: %s", host, err ); | 70 log("error", "SSL/TLS: Error initialising for host %s: %s", host, err ); |
| 71 end | 71 end |
| 72 end | 72 end |
| 73 return ctx, err; | 73 return ctx, err; |
| 74 end | 74 end |
| 75 | 75 |
| 76 function reload_ssl_config() | 76 function reload_ssl_config() |
| 77 default_ssl_config = configmanager.get("*", "core", "ssl"); | 77 default_ssl_config = configmanager.get("*", "core", "ssl"); |
| 78 end | 78 end |